js:
data:{
focus:true
},showcover(){
this.setData({
focus:false //安卓可以 ios不能通过设置为false主动失去焦点。!!!!!
})
}
wxml:
<input type='number' focus="{{focus}}" bindfocus='showcover' ></input>
我看2018年都有人提出这个问题 , 官方把这个小bug尽早改了吧
你好,问题未复现,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)