|
|
@@ -106,7 +106,7 @@ async function submit() {
|
|
|
try {
|
|
|
const addRes = await rechargeAdd({ amount, methodId: selectData.value.methodId })
|
|
|
if (addRes.code === '200') {
|
|
|
- toPage({ url: '/pages/webLink/webLink', params: { link: addRes.data.payUrl, title: t('wallet.recharge.title') }, isRedirect: true })
|
|
|
+ toPage({ url: '/pages/webLink/webLink', params: { link: addRes.data.payUrl, title: t('orderDetail.payDialog.title') }, isRedirect: true })
|
|
|
}
|
|
|
}
|
|
|
finally {
|