image的show-menu-by-longpress属性,在开发者工具上有效,在真机上无效?
发布于 7 年前 作者 minkang 15381 次浏览 来自 官方Issues
<!--二维码-->
<view class="bg" v-if="showQR">
 <view class="drop_out_box_appcode bc_fff pd" style="width:80%;margin:auto;margin-top:40px;">
   <image :src="appCode" mode="widthFix" style="width: 100%" show-menu-by-longpress="true"></image>
   <view class="btn_bc drop_out_btn" aria-role="button"
               style="margin: auto;padding: 5px 0;margin-bottom:8px;margin-top:15px;text-align: center"
               size="mini" hover-class="btn_hov" [@tap](/user/tap)="changeShowOut(false)">
     关闭
</view>
 </view>
</view>
2 回复

怎么解决的呢?

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部