小程序
小游戏
企业微信
微信支付
扫描小程序码分享
如图 我 console.log(this) 出来一直都是一个window
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
好神奇……
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
在 checkNull 方法里输出 this 一直都是一个 window
wxml部分
<input type="text" password name="password" placeholder="输入原始密码" focus bindblur="checkNull"/>
js 部分
checkNull: (e) => {
const that = this
e.detail.value && that.setData({
disabled: false
})
},
你好,请贴上相关代码
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
好神奇……
在 checkNull 方法里输出 this 一直都是一个 window
wxml部分
<input type="text" password name="password" placeholder="输入原始密码" focus bindblur="checkNull"/>
js 部分
checkNull: (e) => {
const that = this
e.detail.value && that.setData({
disabled: false
})
},
你好,请贴上相关代码