收藏
回答

为什么我的this拿到的都是window方法

如图 我 console.log(this) 出来一直都是一个window


回答关注问题邀请回答
收藏

4 个回答

  • maq
    maq
    2017-07-08

    好神奇……

    2017-07-08
    有用
    回复
  • Baran
    Baran
    2017-07-07

    checkNull 方法里输出 this 一直都是一个 window

    2017-07-07
    有用
    回复
  • Baran
    Baran
    2017-07-07

    wxml部分

    <input type="text" password name="password" placeholder="输入原始密码" focus bindblur="checkNull"/>


    js 部分

    checkNull: (e) => {

        const that = this

        e.detail.value && that.setData({

          disabled: false

        })

      },


    2017-07-07
    有用
    回复
  • 王宁宁
    王宁宁
    2017-07-07

    你好,请贴上相关代码

    2017-07-07
    有用
    回复
登录 后发表内容