更新聊天次数购买弹窗
修复bug
This commit is contained in:
@@ -14,6 +14,7 @@ import LanguageUtils from "../../../Main/Common/LanguageUtils";
|
||||
import { logger } from "db://assets/Scripts/Main/Common/Logger";
|
||||
import { PersonalPanel } from "./PersonalPanel";
|
||||
import { PaymentMethod } from "db://assets/Scripts/chat18x/payment/types";
|
||||
import { NavigationManager } from "../../manager/NavigationManager";
|
||||
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@@ -260,7 +261,7 @@ export class Web3PopPanel extends li_BaseView {
|
||||
onClickClose() {
|
||||
this.stopCountdown();
|
||||
this.payPanel.web3PopPanel = null;
|
||||
this.close();
|
||||
NavigationManager.Instance.closePopupPanel(this.node);
|
||||
}
|
||||
|
||||
private formatCountdownTime(seconds: number): string {
|
||||
|
||||
Reference in New Issue
Block a user