Jelajahi Sumber

[edit][文案]

zhangwei 2 tahun lalu
induk
melakukan
3f26167138
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      src/view/popup/withdraw/confirm.vue

+ 3 - 2
src/view/popup/withdraw/confirm.vue

@@ -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,