Heim > Fragen und Antworten > Hauptteil
迷茫2017-04-18 09:24:00
好奇怪,为什么要这么写呢?感觉你直接用this.updateNum();和this.updatePW();就能搞定吧?
天蓬老师2017-04-18 09:24:00
楼上说的对,你的写法就有问题,constructor中不需要那么bind,RN一般在render中调用类中的方法时需要bind,就是改变作用域,使得其方法作用于当前操作对象