onTapHandler: function(){ this.setData({ count: this.data.count + 1 }); },
方法名称不一致,一边是onTapHandler,一边是onTapChildHandler