点加1的时候数值不变是怎么回事
ontaphandler:function(){
this.setData({
count:this.data.count+1
});
},
找到原因了,是方法没有写在method里面
没有报错吗?