update
This commit is contained in:
@@ -10,6 +10,7 @@ import { PurchasePanel } from "./PurchasePanel";
|
||||
import { QRCodeGenerator } from "db://assets/utils/qrcodeGenerator";
|
||||
import { TipsPanel } from "./TipsPanel";
|
||||
import { SDKManager } from "../../../Main/Channel/SDKManager";
|
||||
import LanguageUtils from "../../../Main/Common/LanguageUtils";
|
||||
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@@ -108,8 +109,11 @@ export class Web3PopPanel extends li_BaseView {
|
||||
const walletUrl = OrderData.getWalletById(this.orderId);
|
||||
|
||||
const expireTime = OrderData.getExpireById(this.orderId);
|
||||
const retCode = OrderData.getRetCodeById(this.orderId);
|
||||
|
||||
// const retCode = OrderData.getRetCodeById(this.orderId);
|
||||
// if (retCode != 0) {
|
||||
// TipsPanel.show(LanguageUtils.getText("error_code_"+retCode));
|
||||
// return;
|
||||
// }
|
||||
this.expireTimeText.string = expireTime.toString();
|
||||
this.amount.string = amount;
|
||||
this.address.string = walletUrl;
|
||||
|
||||
Reference in New Issue
Block a user