已支付优化
This commit is contained in:
parent
72f530a9e4
commit
d4b4f0a6d9
|
|
@ -395,6 +395,7 @@
|
|||
case CONFIG.PAYMENT_STATUS.PROCESSING: // 处理中
|
||||
Utils.closeLoading();
|
||||
Utils.showToast("支付处理中,请稍后再试");
|
||||
Utils.showPaymentStatusModal();
|
||||
break;
|
||||
case CONFIG.PAYMENT_STATUS.SUCCESS: // 支付成功
|
||||
PaymentManager.handlePaymentSuccess(data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue