@ -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();