Commit 7b6396a1 authored by Tt's avatar Tt

end遗漏处理

parent 1f3a8427
...@@ -526,6 +526,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -526,6 +526,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
private successGroupIds; private successGroupIds;
onTouchEnd(event) { onTouchEnd(event) {
let node = event.target; let node = event.target;
if (node != this.currentItem) return;
this.stopCurrentItemAni(); this.stopCurrentItemAni();
this.currentItem = null; this.currentItem = null;
// 跟字母区域进行碰撞检测 // 跟字母区域进行碰撞检测
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment