微信web开发者工具
现在微信web开发者工具的小程序模拟器input组件不触发输入监听的?wxml:
<input bindinput=“getvalue” type=“text”></input>
js:
getvalue(e){
console.log(e)
},
现在微信web开发者工具的小程序模拟器input组件不触发输入监听的?wxml:
<input bindinput=“getvalue” type=“text”></input>
js:
getvalue(e){
console.log(e)
},