Эх сурвалжийг харах

fix: 充值记录跳转

(cherry picked from commit 46874cb69e6179ccd521f911b3b2dc698f89ad91)
liangan 2 сар өмнө
parent
commit
253b26da3d

+ 1 - 1
src/pages/wallet/rechargeRecord.vue

@@ -53,7 +53,7 @@ async function handleClick(data: any) {
       const res = await thirdPayAgree(data.id)
       console.log(res)
       if (res.code === '200') {
-        toPage('/pages/webLink/webLink', { link: res.data, title: t('wallet.recharge.title') })
+        toPage({ url: '/pages/webLink/webLink', params: { link: res.data, title: t('wallet.recharge.title') } })
       }
     }
     catch {}