支付相关

This commit is contained in:
chen wei bo
2025-09-11 16:32:22 +08:00
parent da1e438358
commit cb64a9c5c6
4 changed files with 5 additions and 4 deletions
@@ -124,7 +124,7 @@ export class PurchasePanel extends li_BaseView {
const isRechargeId = shopData.isRechargeId(id);
if (isRechargeId) {
// 需要外部支付进行购买
// this.startPayment(id);
this.startPayment(id);
}
}