H5支持微信支付

This commit is contained in:
Gaoxs
2020-08-20 17:55:27 +08:00
parent 48e073d573
commit 12238a98d6
7 changed files with 168 additions and 74 deletions

View File

@ -141,6 +141,7 @@ export function handleOrderPayResults(data, type) {
break;
// APP支付
case "WECHAT_APP_PAY":
weappPay(data.result.jsConfig).finally(() => {
goOrderDetails(data.result.orderId, type)
});