您好,升级了新版小程序后发现推出了cover-view组件,我们正好之前有个悬浮按钮会受canvas影响,就试了一下,但发现模拟器上正常,但真机无法显示。
代码如下:
<cover-view wx:if="{{canUseCoverView}}" class="float-share">
<button id="share-btn" open-type="share" plain="true">
<image class="share-img" src="/images/share_btn.png"></image>
</button>
</cover-view>
<view wx:else class="float-share">
<button id="share-btn" open-type="share" plain="true">
<image class="share-img" src="/images/share_btn.png"></image>
</button>
</view>
canUseCoverView 写在js的data如下:
canUseCoverView: wx.canIUse('cover-view')
我的虚拟机和真机都是1.4.0
请帮忙看一下是啥问题
只可嵌套在原生组件
map
、video
、canvas
内,请参考文档示例https://mp.weixin.qq.com/debug/wxadoc/dev/component/cover-view.html