新增支付流程 LuffaPayFlow
This commit is contained in:
@@ -13,6 +13,7 @@ import { SDKManager } from "../../../Main/Channel/SDKManager";
|
||||
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';
|
||||
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@@ -223,7 +224,8 @@ export class Web3PopPanel extends li_BaseView {
|
||||
this.payPanel.startPayment(
|
||||
this.goodId,
|
||||
proto.cs.EnmPayType.EPT_WEB3_USD,
|
||||
type
|
||||
type,
|
||||
PaymentMethod.Web3
|
||||
);
|
||||
|
||||
this.selection.scale = new Vec3(1, 0, 1);
|
||||
|
||||
Reference in New Issue
Block a user