Handy_Cao 1 year ago
parent
commit
02e1440275

+ 1 - 0
public/locales/en-US.json

@@ -1364,6 +1364,7 @@
                 "failedtogetservertime": "Failed to get server time",
                 "paste": "Copied, go paste it~",
                 "pastefailure": "Copy failed",
+                "submitsuccess": "If the application is successful, please make payment in the application details",
                 "submitfailure": "Submission failed:",
                 "tips2": "Please upload transfer receipt",
                 "tips1": "Is golden on bank account transfer?"

+ 1 - 0
public/locales/th-TH.json

@@ -1364,6 +1364,7 @@
                 "failedtogetservertime": "การดึงเวลาจากเซิร์ฟเวอร์ล้มเหลว",
                 "paste": "คัดลอกแล้ว ไปวางได้เลย~",
                 "pastefailure": "คัดลอกล้มเหลว",
+                "submitsuccess": "ใบสมัครสำเร็จแล้วกรุณาใช้รายละเอียดการชำระเงิน",
                 "submitfailure": "การส่งข้อมูลล้มเหลว:",
                 "tips2": "กรุณาอัปโหลดหลักฐานการโอนเงินค่ะ",
                 "tips1": "มีการโอนเงินเข้าสู่ระบบธนาคาร หรือไม่?"

+ 1 - 0
public/locales/zh-CN.json

@@ -1364,6 +1364,7 @@
                 "failedtogetservertime": "获取服务器时间失败",
                 "paste": "已复制,快去粘贴吧~",
                 "pastefailure": "复制失败",
+                "submitsuccess": "申请成功,请在申请明细进行支付",
                 "submitfailure": "提交失败:",
                 "tips2": "请上传转账凭证",
                 "tips1": "是否已在银行端进行入金转账?"

+ 1 - 0
public/locales/zh-TW.json

@@ -1364,6 +1364,7 @@
                 "failedtogetservertime": "獲取服務器時間失敗",
                 "paste": "已複製,快去粘貼吧~",
                 "pastefailure": "複製失敗",
+                "submitsuccess": "申請成功,請在申請明細進行支付",
                 "submitfailure": "提交失敗:",
                 "tips2": "請上傳匯款證明",
                 "tips1": "是否已在銀行端進行入金轉賬?"

+ 1 - 1
src/packages/tss/views/bank/wallet/components/deposit/Index.vue

@@ -182,7 +182,7 @@ const formSubmit = () => {
         const complete = () => {
             isComplete = true
             dialog({
-                message: i18n.global.t('banksign.tips13')
+                message: i18n.global.t('banksign.wallet.deposit.submitsuccess')
             }).then(() => {
                 openComponent('inoutapply')
             })