图片标签为image,不可以用img,在标签中开启长按图片显示识别小程序码菜单 :show-menu-by-longpress="true"
<template>
<view class="content">
<p>长按下方图片可识别二维码或保存图片</p>
<image src="https://www.rencai-sz.com/group1/M00/01/BA/wKgANWWnbtuALuvmAAFyqHQFCts319.jpg" :show-menu-by-longpress="true" alt="" srcset="">
</image>
</view>
</template>