panda大大问些问题啊

cocos-weapp.js 是panda大大为小程序写的定制引擎,遇到了一些问题,触摸事件不响应是怎么回事啊,我按照视频讲解的步骤来的,我现在引擎版本是1.8.1的
第一 我已经在index.js写了这样的函数handleTouch: function(event) {
cc.inputManager.handleTouchEvent(event);
},
第二 index.wxml文件中我是这样写的canvas id=“cocosCanvas” canvas-id=“cocosCanvas” width=“412px” height=“732px” bindtouchstart=“handleTouch” bindtouchmove=“handleTouch” bindtouchend=“handleTouch”

但是在creator注册的触摸事件不响应啊@panda