mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-13 13:43:53 +00:00
fix 微信码牌不显示问题
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
"qs": "^6.13.1",
|
||||
"vant": "^4.9.10",
|
||||
"vue": "^3.5.13",
|
||||
"vue-qr": "^4.0.9",
|
||||
"vue-router": "4.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@@ -83,7 +83,7 @@ export const DaxPayH5Route: RouteRecordRaw = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/paySuccess/:orderNo?',
|
||||
path: '/paySuccess/:orderNo',
|
||||
name: 'PaySuccess',
|
||||
component: () => import('@/views/daxpay/h5/result/PaySuccess.vue'),
|
||||
meta: {
|
||||
|
@@ -137,6 +137,9 @@ async function init() {
|
||||
})
|
||||
}
|
||||
}
|
||||
else {
|
||||
show.value = true
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
router.push({ name: 'payFail', query: { msg: error } })
|
||||
|
Reference in New Issue
Block a user