代码提交

This commit is contained in:
黄少君
2023-11-15 19:59:37 +08:00
parent dcab74274f
commit 35b43ffd97
43 changed files with 1265 additions and 387 deletions

View File

@ -52,7 +52,7 @@ async function handleSubmit() {
close()
} catch (e) {
console.error(e)
push({url: '/pages/payStatus/index?type=2'})
push({url: '/pages/payStatus/index'},{data:{type:2}})
toast({title: '支付失败了'})
close()
}