This commit is contained in:
2025-10-13 16:20:37 +08:00
parent 4953b86bb3
commit 347a7292cc
8 changed files with 30 additions and 45 deletions
@@ -36,7 +36,6 @@ export class Web3PopPanel extends li_BaseView {
private networkType: proto.cs.EnmNetworkType;
private goodId: number;
private basePanel: PersonalPanel;
private payPanel: PurchasePanel;
private countdownTimer: any;
@@ -112,7 +111,6 @@ export class Web3PopPanel extends li_BaseView {
this.goodId = data.goodId;
this.curType =
data.networkType != undefined ? data.networkType : this.curType;
this.basePanel = data.basePanel;
this.payPanel = data.payPanel;
}
refreshView() {