<view class="body" bindtap="intenTap"><input disabled="true" id="your-input-id" class="inten-ipt" value="{{prevIntentionalCheckName}}" name="intentionCourse" placeholder="请选择" placeholder-class="input-placeholder" style="pointer-events:none" /> </view>
不要这么嵌套用,里面最好用view
是要点好几次才会触发bindtap事件吗?点击区域是不是设置的太小了
也可以源码贴出来
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
开发者工具可能不好用,真机调试看看效果,以真机为准。
试试disabled="{{true}}"