From 7e1ab63758e78710440c5333f5928aa23f3f008a Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 29 Aug 2024 13:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E6=96=B0=E5=A2=9E=E5=9C=A8?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=97=B6=E6=98=BE=E7=A4=BA=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=80=BC=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E4=BC=A0=E5=88=B0=E9=93=BE=E6=8E=A5=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/lang/de.json | 3 +- i18n/lang/en.json | 3 +- i18n/lang/fra.json | 3 +- i18n/lang/it.json | 3 +- i18n/lang/jp.json | 3 +- i18n/lang/kor.json | 3 +- i18n/lang/pt.json | 3 +- i18n/lang/spa.json | 3 +- i18n/lang/tr.json | 3 +- i18n/lang/zh-TW.json | 3 +- pages/oncs/onservice.vue | 95 +++++++++++++++++++++++++++++++++------- 11 files changed, 98 insertions(+), 27 deletions(-) diff --git a/i18n/lang/de.json b/i18n/lang/de.json index 0e0c5f1..456d723 100644 --- a/i18n/lang/de.json +++ b/i18n/lang/de.json @@ -68,7 +68,8 @@ "c7": "Der aktuelle wert", "c6": "Oranı artır", "c5": "Ihre Überweisungsaufgabe wurde erfolgreich eingereicht, warten Sie bitte geduldig, und das Übertragungsergebnis wird per SMS oder E-Mail benachrichtigt. Bitte überprüfen Sie es sorgfältig. Bei Fragen wenden Sie sich bitte rechtzeitig an den Kundenservice.", - "GraphicValidation": "Grafische Überprüfung" + "GraphicValidation": "Grafische Überprüfung", + "loading": "Laden" }, "base": { "a0": "Titel", diff --git a/i18n/lang/en.json b/i18n/lang/en.json index d2bfa42..3897a6d 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -114,7 +114,8 @@ "c9": "Not real-name authenticated", "c10": "Passed real-name authentication", "c11": "Real-name authentication failed", - "withdrawal2": "Withdrawal has reached the risk control limit of the platform and requires real-name authentication" + "withdrawal2": "Withdrawal has reached the risk control limit of the platform and requires real-name authentication", + "loading": "loading" }, "base": { "a0": "Title", diff --git a/i18n/lang/fra.json b/i18n/lang/fra.json index 83cc9ad..2f7568b 100644 --- a/i18n/lang/fra.json +++ b/i18n/lang/fra.json @@ -68,7 +68,8 @@ "c7": "La valorisation actuelle", "c6": "Augmenter le rapport", "c5": "votre commande de transfert a été soumise avec succès. Veuillez patienter. Les résultats du transfert seront notifiés par SMS ou e - mail. Veuillez vérifier et contacter le service à la clientèle en cas de doute.", - "GraphicValidation": "Vérification graphique" + "GraphicValidation": "Vérification graphique", + "loading": "chargement" }, "base": { "a0": "Titre", diff --git a/i18n/lang/it.json b/i18n/lang/it.json index 9a75948..ba79c6d 100644 --- a/i18n/lang/it.json +++ b/i18n/lang/it.json @@ -68,7 +68,8 @@ "c7": "Valutazione attuale", "c6": "Aumenta il rapporto", "c5": "l'ordine di trasferimento è stato presentato con successo, si prega di attendere pazientemente, e il risultato di trasferimento sarà notificato via SMS o e-mail. Si prega di controllare attentamente. Se avete domande, si prega di contattare il servizio clienti in tempo.", - "GraphicValidation": "Verifica grafica" + "GraphicValidation": "Verifica grafica", + "loading": "caricamento" }, "base": { "a0": "titolo", diff --git a/i18n/lang/jp.json b/i18n/lang/jp.json index 1d8de9d..6f747e8 100644 --- a/i18n/lang/jp.json +++ b/i18n/lang/jp.json @@ -68,7 +68,8 @@ "c6": "増加率", "c7": "現在の評価値", "c5": "あなたの振替注文書はすでに提出されました。待ってください。振り替え結果はメールやメールで通知されます。ご確認ください。問題があれば、すぐにカスタマーサービスに連絡してください。", - "GraphicValidation": "グラフィカルな検証" + "GraphicValidation": "グラフィカルな検証", + "loading": "読み込み中" }, "base": { "a0": "タイトル", diff --git a/i18n/lang/kor.json b/i18n/lang/kor.json index 682009c..2e87c78 100644 --- a/i18n/lang/kor.json +++ b/i18n/lang/kor.json @@ -68,7 +68,8 @@ "c6": "증가 비율", "c7": "현재가치평가", "c5": "당신 의 이월 주문 서 는 이미 제출 되 었 습 니 다. 인내심 을 가지 고 기 다 려 주 십시오. 이월 결 과 는 문자 나 우편 으로 통지 할 것 입 니 다. 수령 에 주의 하 십시오. 궁금 한 점 이 있 으 면 즉시 고객 센터 에 연락 하 십시오.", - "GraphicValidation": "그래픽 검증" + "GraphicValidation": "그래픽 검증", + "loading": "로드 중" }, "base": { "a0": "표제.", diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json index 548f742..d5c1538 100644 --- a/i18n/lang/pt.json +++ b/i18n/lang/pt.json @@ -68,7 +68,8 @@ "c6": "Aumentar proporção", "c7": "A avaliação atual", "c5": "Sua ordem de transfer ência FOI enviada com sucesso, por favor aguarde pacientemente, e o Resultado Da transferência será notificado por SMS ou e-mail. Por favor, verifique-o com cuidado. Se você tiver quaisquer perguntas, por favor contacte o serviço de cliente a tempo.", - "GraphicValidation": "Verificação gráfica" + "GraphicValidation": "Verificação gráfica", + "loading": "carregando" }, "base": { "a0": "Título", diff --git a/i18n/lang/spa.json b/i18n/lang/spa.json index 676bab0..e378a55 100644 --- a/i18n/lang/spa.json +++ b/i18n/lang/spa.json @@ -68,7 +68,8 @@ "c6": "Relación de aumento", "c7": "La valoración actual", "c5": "su orden de transferencia ha sido enviada con éxito, por favor espere pacientemente, los resultados de la transferencia serán notificados por SMS o correo electrónico. Por favor, preste atención a la recepción, si tiene alguna pregunta por favor póngase en contacto con el servicio al cliente a tiempo.", - "GraphicValidation": "Verificación gráfica" + "GraphicValidation": "Verificación gráfica", + "loading": "cargando" }, "base": { "a0": "Título", diff --git a/i18n/lang/tr.json b/i18n/lang/tr.json index 2c1a47f..c982a65 100644 --- a/i18n/lang/tr.json +++ b/i18n/lang/tr.json @@ -68,7 +68,8 @@ "c6": "Oranı artır", "c7": "Mevcut değerleme", "c5": "Taşıma emriniz başarıyla teslim edildi, lütfen sabırlı bekleyin ve aktarım sonuçları SMS veya e-posta tarafından bildirilecek. Lütfen dikkatli kontrol edin. Bir sorununuz varsa, lütfen müşteri hizmetine zamanında temas edin.", - "GraphicValidation": "Grafiksel doğrulama" + "GraphicValidation": "Grafiksel doğrulama", + "loading": "yükleniyor" }, "base": { "a0": "Başlık", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index f6c27eb..dc11606 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -114,7 +114,8 @@ "c9": "未實名認證", "c10": "已通過實名認證", "c11": "實名認證失敗", - "withdrawal2": "提幣達到了平台的風控限制,需要實名認證" + "withdrawal2": "提幣達到了平台的風控限制,需要實名認證", + "loading": "加载中" }, "base": { "a0": "標題", diff --git a/pages/oncs/onservice.vue b/pages/oncs/onservice.vue index 19dc531..6025e58 100644 --- a/pages/oncs/onservice.vue +++ b/pages/oncs/onservice.vue @@ -1,10 +1,13 @@ @@ -13,8 +16,8 @@ export default { data() { return { - csurl:"", - isLoad:false + csurl: "", + isLoad: false } }, onLoad() { @@ -22,30 +25,88 @@ }, methods: { // build - mkcslinks(){ + mkcslinks() { let user = uni.getStorageSync('user') - if(user){ + if (user) { let ustr = JSON.parse(user) console.log(ustr) - Member.getUnameByUid({user_id:ustr.referrer}).then(rfres=>{ - let rfu = rfres.data + Member.getUnameByUid({user_id: ustr.referrer}).then(rfres => { + let rfu = rfres.data; // query referr uname - let chaturl="https://cs.btcaholic.com/chat/?toid="+rfu.username+"&room_id="+ustr.account+"&usid="+ustr.user_id; + let chaturl = "https://cs.btcaholic.com/chat/?toid=" + rfu.username + "&room_id=" + ustr.account + "&usid=" + ustr.user_id; //this.csurl += rfres.username+"&room_id="+ustr.account+"&usid="+ustr.user_id; // console.log("dd",chaturl); - this.csurl = chaturl + this.csurl = chaturl; this.isLoad = true; }) - console.log("user",this.csurl) + console.log("user", this.csurl) } } } } + + \ No newline at end of file