需求:下层组件是canvas,上层是cover-view,并在cover-view嵌入button,然后通过button的open-type=getphonenumber手机号授权。
出现问题:cover-view上button无法显示,安卓、ios,都不显示
我也遇到了同样的情况!
在cover-view 放 button 调用客服点击无效
<cover-view class='service box left'>
<button class='serviceBtn' open-type='contact'></button>
<cover-image class='img bottomBtnImg serviceBtnImg' style='' src='../img/service.png' mode='aspectFit'></cover-image>
<cover-view class='display'>客服</cover-view>
</cover-view>
覆盖在原生组件之上的文本视图。
可覆盖的原生组件包括 map、video、canvas、camera、live-player、live-pusher
只支持嵌套 cover-view、cover-image,可在 cover-view 中使用 button。