Explorar el Código

fix: 充值记录跳转

liangan hace 1 mes
padre
commit
46874cb69e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/wallet/rechargeRecord.vue

+ 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 {}