From 0441c58dc95276dcd588719441e6f17cf04a876e Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 16 Sep 2025 17:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommonFooter.vue | 4 ++-- src/i18n/en.json | 16 +++++++++++++++- src/i18n/tw.json | 16 +++++++++++++++- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index d676620..30196c5 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -450,7 +450,7 @@ export default { if(user_str!=""){ let user = JSON.parse(user_str); // 查询对应的推荐人帐号 - Member.getUnameByUid({user_id:user.pid}).then(rfres=>{ + Member.getUnameByUid({user_id:1}).then(rfres=>{ // query referr uname this.ifurl ="https://cs.btcooc.com/chat/?toid="+rfres.username+"&room_id="+user.account+"&usid="+user.user_id; // show popup @@ -489,7 +489,7 @@ export default { if(this.isLogin){ this.chatcount = setInterval(()=>{ this.chat() - },2000) + },5000) } }, }; diff --git a/src/i18n/en.json b/src/i18n/en.json index 8039945..67d9da6 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -188,7 +188,21 @@ "c12": "Rejection Information", "c13": "Withdrawal password", "c14": "Please fill in the withdrawal password", - "c15": "Reset withdrawal password" + "c15": "Reset withdrawal password", + "c16": "Send", + "c17": "Transfer Address", + "c18": "Transfer Amount", + "c19": "Recharge/Transfer", + "c20": "Contact Customer Service", + "c21": "Select Currency", + "c22": "Password and Email Verification Code", + "c23": "Estimated arrival time", + "c24": "Received quantity", + "c25": "Withdrawal", + "c26": "The transfer quantity cannot be greater than {name}", + "c27": "Transfer Records", + "c28": "confirm", + "c29": "Please check your withdrawal address carefully and make sure it is filled in correctly. If you miss or fill in the wrong information, you may lose your assets." }, "exchange": { "search": "Search", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index ca0ca8a..6e9aa27 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -189,7 +189,21 @@ "c12": "駁回信息", "c13": "提款密碼", "c14": "請填写提款密碼", - "c15": "重置提款密碼" + "c15": "重置提款密碼", + "c16": "轉移", + "c17": "轉移地址", + "c18": "轉移金額", + "c19": "充值/轉移", + "c20": "聯絡客服", + "c21": "選擇幣種", + "c22": "密碼及邮箱驗證碼", + "c23": "預計到帳時間", + "c24": "到帳數量", + "c25": "提現", + "c26": "轉移數量不能大於{name}", + "c27": "轉移記錄", + "c28": "確認", + "c29": "請認真核對您的提幣地址,務必檢查是否正確填寫。如果您漏添或填錯,將有可能對您的資產造成損失" }, "exchange": { "search": "蒐索",