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