onTapBoxHandler:function(){
console.log('Box 点击');
console.log(event);
},
明白了,没有给方法传参
onTapBoxHandler:function(event){