解决方法:
1. 不调用removeAllChildren(貌似不太好)
2. 再次添加children之前,把父元素设置不可触摸:setTouchEnabled(false)。添加完children之后,再次调用:setTouchEnabled(true)即可解决问题。
不得不说cocos-js 3.6坑很多。
======================以上是错误的,正在找原因======================
原文链接:https://www.f2er.com/cocos2dx/338185.html