This commit is contained in:
2025-09-09 15:45:50 +08:00
parent 20e8e0b217
commit c6b5def49a
7 changed files with 23 additions and 14 deletions
@@ -15,9 +15,14 @@ export class PopupGirlListPanel extends li_BaseView {
}
onLoadCT() {
Utils.parseNode(this.node, this._nodeTab);
this.registerListener();
}
registerListener() {
GButton.BandClick(this._nodeTab.BuyBtn, this.buyCharacter, this);
GButton.BandClick(this._nodeTab.CloseBtn, this.Close, this);
}
Close() {
this.close();
}
buyCharacter() {
// 购买id为girlId的女生