fix: 优化提交订单页面js警告,充值订单跳转bug以及其他bug。refactor: 重构地址选择
This commit is contained in:
@ -60,7 +60,7 @@ async function handleSubmit() {
|
||||
close()
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
push({url: '/pages/payStatus/index'}, {data: {type: 2}})
|
||||
push({url: '/pages/payStatus/index'}, {data: {type: 1}})
|
||||
toast({title: '支付失败了'})
|
||||
close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user