老师,我点击“点我加1”后,count没有加1,同时报出警告



onTapHandler: function(){ this.setData({ count: this.data.count + 1 }); },


onTapHandler: function(){ this.setData({ count: this.data.count + 1 }); },2021-08-21
举报