网页没问题,换成setTimeout也没问题
_onTouchEnd(event: EventTouch) { event.preventSwallow = true; this.scheduleOnce(() => { this.node.destroy(); }); }