自定义的弹出窗口 cover-view 里面嵌套button标签 IOS端button无效?
<cover-view class="modal-mask" catchtouchmove="preventTouchMove" wx:if="{{showModal}}"></cover-view>
<cover-view class="modal-dialog" wx:if="{{showModal}}">
<cover-view class="modal-content" >
<cover-view>请先绑定手机号再进行此操作</cover-view>
<button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" bindtap='showLoading' class='iconWx'>微信用户一键绑定
</button>
</cover-view>
</cover-view>
2 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)