cover–view中的button在手机上预览不显示
发布于 5 年前 作者 cguo 5858 次浏览 来自 问答

<cover-view class=“padding flex justify-center align-center”>

     <button class=“cu-btn round lg bg-black cuIcon-scan scan” bindtap=‘scan’>扫码用车</button>

   </cover-view>

   <cover-view class=“padding flex justify-end”>

     <button class=“cu-btn round location” bindtap=‘onLoad’>

       <image src=’/images/location.png’ mode=“widthFix”></image>

     </button>

   </cover-view>

电脑:

手机:

2 回复

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

解决了吗?我也碰到了  button要埋点被cover-view盖住了

回到顶部