bindtab事件在iOS端可以触发,在android端没反应?
<-- wxml -->
<view>
<button type=“primary” bindtap=“reservateBtn” loading="{{ loading }}">确认预约</button>
</view>
<-- js -->
/* 确认预约 */
reservateBtn: function() {
console.log(“预约111”)
}
3 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)