Browse Source

修改客服

master
liaoxinyu 4 months ago
parent
commit
0441c58dc9
  1. 4
      src/components/CommonFooter.vue
  2. 16
      src/i18n/en.json
  3. 16
      src/i18n/tw.json

4
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)
}
},
};

16
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",

16
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": "蒐索",

Loading…
Cancel
Save