支付协议修改

This commit is contained in:
chen wei bo
2025-09-18 19:00:14 +08:00
parent b6b702d0dd
commit 50590af3d0
3 changed files with 4 additions and 3 deletions
@@ -128,7 +128,7 @@ export class PurchasePanel extends li_BaseView {
const isRechargeId = shopData.isRechargeId(id);
if (isRechargeId) {
// 需要外部支付进行购买
this.startPayment(id, proto.cs.EnmPayType.EPT_Cash_INR, 0);
this.startPayment(id, proto.cs.EnmPayType.EPT_Cash_INR, proto.cs.EnmNetworkType.ENT_TRON);
} else {
//是u币充值,打开页面
NavigationManager.Instance.openSubPanel("Web3PopPanel", this.node);