求解:使用TOUCH_MOVE会报错

Touch触摸事件只能用node监听。

this.node.on(cc.Node.EventType.TOUCH_MOVE,this.playMove,this);