|
@@ -89,7 +89,8 @@ const clickBtn = () => {
|
|
|
}).then((res) => {
|
|
|
switch (res.code.toString()) {
|
|
|
case '0':
|
|
|
- withdraw_info.state_page.txt = ['Estimated completion with a few minutes', 'View history for the latest updates']
|
|
|
+ // withdraw_info.state_page.txt = ['Estimated completion with a few minutes', 'View history for the latest updates']
|
|
|
+ withdraw_info.state_page.txt = ['Estimate in 24 hours']
|
|
|
router.push('/withdraw/success')
|
|
|
break
|
|
|
case '4002':
|
|
@@ -101,7 +102,7 @@ const clickBtn = () => {
|
|
|
})
|
|
|
|
|
|
}
|
|
|
-onMounted(()=>{
|
|
|
+onMounted(() => {
|
|
|
Report.reportLog({
|
|
|
pageSource: Report.pageSource.denetWithdrawConfirm,
|
|
|
businessType: Report.businessType.pageView,
|