修复支付提示取消的问题,修改用户中心无法自动登录的问题
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user