fix bug
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user