Browse Source

ab断线重连未删除中奖动画

master
fycode_HZ_Client 7 months ago
parent
commit
8515c57b23
  1. 3
      assets/20005/src/controller/AbGameBetAreaCtr.ts

3
assets/20005/src/controller/AbGameBetAreaCtr.ts

@ -16,6 +16,9 @@ export class AbGameBetAreaCtr extends Component {
}
}
refreshUI() {
for (let i = this.spineParent.children.length - 1; i >= 0; i--) {
AbGame.pool.put(this.spineParent.children[i]);
}
for (const _class of this._betAreaClass) {
_class.initBet();
}

Loading…
Cancel
Save