Sfoglia il codice sorgente

fix: 充值记录跳转

liangan 1 mese fa
parent
commit
46874cb69e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {}