修复支付提示取消的问题,修改用户中心无法自动登录的问题

This commit is contained in:
gaoxs
2020-06-08 20:06:16 +08:00
parent c259d5d57c
commit 391055e68a
5 changed files with 17 additions and 42 deletions

View File

@ -98,10 +98,12 @@ export function payOrderHandle(orderId, type, from) {
weappPay(data.result.jsConfig).then(res => {
resolve(data);
});
break;
case "WECHAT_APP_PAY":
weappPay(data.result.jsConfig).then(res => {
resolve(data);
});
break;
}
})
.catch(err => {