From 826e85a6caddf43ad9e1e66c2a48317a6034adf1 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 26 Apr 2024 17:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E4=BA=8E=E6=88=91?= =?UTF-8?q?=E4=BB=AC=E7=9A=84=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/member.js | 3 ++ i18n/lang/de.json | 7 ++++- i18n/lang/en.json | 7 ++++- i18n/lang/fra.json | 7 ++++- i18n/lang/it.json | 7 ++++- i18n/lang/jp.json | 7 ++++- i18n/lang/kor.json | 7 ++++- i18n/lang/pt.json | 7 ++++- i18n/lang/spa.json | 7 ++++- i18n/lang/tr.json | 7 ++++- i18n/lang/zh-TW.json | 7 ++++- pages/notice/index.vue | 8 +++--- pages/service/service.vue | 46 +++++++++++++++++++++++++----- wxcomponents/vant/search/index.vue | 2 +- 14 files changed, 107 insertions(+), 22 deletions(-) diff --git a/api/member.js b/api/member.js index cf1fb9c..f01a6dd 100644 --- a/api/member.js +++ b/api/member.js @@ -129,6 +129,9 @@ class Member { static getNewestVersion(){ return server.get('/getNewestVersion') } + static contact () { + return server.get(`/contact`); + } static serviceDetail(data) { return server.get(`/article/serviceDetail`, data); } diff --git a/i18n/lang/de.json b/i18n/lang/de.json index b213a04..8388d15 100644 --- a/i18n/lang/de.json +++ b/i18n/lang/de.json @@ -134,7 +134,12 @@ "a9": "Loggen Sie sich", "b0": "Spitzname 盲ndern", "b1": "Bitte einen Spitznamen eingeben", - "b2": "Sprache" + "b2": "Sprache", + "b3": "Kontakt Informationen", + "b4": "Routinemäßige Beratung", + "b5": "Kundendienst", + "b6": "Zusammenarbeit im Medienbereich", + "b7": "Wenn Sie Hilfe benötigen, kontaktieren Sie uns bitte" }, "assets": { "a0": "Verwaltung der Rücknahmeadresse", diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 9e51f00..cba16f5 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -175,7 +175,12 @@ "a9": "Log Out", "b0": "Modify Nickname", "b1": "Please enter a nickname", - "b2": "Language" + "b2": "Language", + "b3": "Contact Information", + "b4": "Routine Consultation", + "b5": "Customer Service", + "b6": "Media Cooperation", + "b7": "If you need any help, please contact us!" }, "assets": { "a0": "Withdrawal address management", diff --git a/i18n/lang/fra.json b/i18n/lang/fra.json index 1ac4436..107939e 100644 --- a/i18n/lang/fra.json +++ b/i18n/lang/fra.json @@ -134,7 +134,12 @@ "a9": "Déconnecter", "b0": "Modifier le surnom", "b1": "Veuillez saisir un surnom", - "b2": "Langues" + "b2": "Langues", + "b3": "Coordonnées", + "b4": "Consultation régulière", + "b5": "Service à la clientèle", + "b6": "Coopération avec les médias", + "b7": "Si vous avez besoin d'aide, veuillez nous contacter." }, "assets": { "a0": "Gestion des adresses de retrait de pièces", diff --git a/i18n/lang/it.json b/i18n/lang/it.json index 5126e6b..fdaf71c 100644 --- a/i18n/lang/it.json +++ b/i18n/lang/it.json @@ -134,7 +134,12 @@ "a9": "Esci fuori", "b0": "Cambia nick", "b1": "Inserisci un nickname", - "b2": "lingua" + "b2": "lingua", + "b3": "Informazioni di contatto", + "b4": "Consultazione di routine", + "b5": "Servizio clienti", + "b6": "Cooperazione dei media", + "b7": "Se avete bisogno di aiuto, vi preghiamo di contattarci" }, "assets": { "a0": "Gestione dell’indirizzo di ritiro", diff --git a/i18n/lang/jp.json b/i18n/lang/jp.json index f354a78..def1287 100644 --- a/i18n/lang/jp.json +++ b/i18n/lang/jp.json @@ -134,7 +134,12 @@ "a9": "ログアウト", "b0": "ニックネームを変更", "b1": "ニックネームを入力してください", - "b2": "言語" + "b2": "言語", + "b3": "連絡情報", + "b4": "一般的なコンサルティング", + "b5": "顧客サービス", + "b6": "メディア連携", + "b7": "どんな助けが必要ですか?連絡してください。" }, "assets": { "a0": "お札の住所管理", diff --git a/i18n/lang/kor.json b/i18n/lang/kor.json index 2810a9c..c2a3512 100644 --- a/i18n/lang/kor.json +++ b/i18n/lang/kor.json @@ -134,7 +134,12 @@ "a9":"로그아웃 로그 인", "b0":"닉네임 을 고치다", "b1":"닉네임 을 입력 하 세 요", - "b2":"언어." + "b2":"언어.", + "b3": "연락 정보", + "b4": "일반 상담", + "b5": "고객 서비스", + "b6": "미디어 합작", + "b7": "도움 이 필요 하 시 면 연락 주세요." }, "assets": { "a0":"코 인 주소 관리", diff --git a/i18n/lang/pt.json b/i18n/lang/pt.json index cc64fab..c3b2061 100644 --- a/i18n/lang/pt.json +++ b/i18n/lang/pt.json @@ -134,7 +134,12 @@ "a9":"Cair fora", "b0":"Alterar apelido", "b1":"Por favor, Digite um apelido", - "b2":"Língua" + "b2":"Língua", + "b3": "Informações de contacto", + "b4": "Consultas de rotina", + "b5": "Serviço ao cliente", + "b6": "Cooperação com os meios de comunicação social", + "b7": "Para qualquer ajuda, entre em contato conosco" }, "assets": { "a0":"Gestão do endereço de retirada", diff --git a/i18n/lang/spa.json b/i18n/lang/spa.json index 6bd5f91..13a9500 100644 --- a/i18n/lang/spa.json +++ b/i18n/lang/spa.json @@ -134,7 +134,12 @@ "a9":"Iniciar sesión", "b0":"Modificar apodos", "b1":"Por favor, introduzca un apodo", - "b2":"Idioma" + "b2":"Idioma", + "b3": "Información de contacto", + "b4": "Consulta de rutina", + "b5": "Servicio al cliente", + "b6": "Cooperación con los medios de comunicación", + "b7": "Si necesita ayuda, por favor póngase en contacto con nosotros." }, "assets": { "a0":"Gestión de direcciones de monedas", diff --git a/i18n/lang/tr.json b/i18n/lang/tr.json index b01982e..c1141ba 100644 --- a/i18n/lang/tr.json +++ b/i18n/lang/tr.json @@ -134,7 +134,12 @@ "a9": "Oturumu Kapat", "b0": "Takma Adı Değiştir", "b1": "Lütfen bir takma ad girin", - "b2": "Dil" + "b2": "Dil", + "b3": "İletişim bilgileri", + "b4": "Rutin danışma", + "b5": "müşteri servisi", + "b6": "medya işbirliği", + "b7": "Herhangi bir yardıma ihtiyacınız olursa lütfen bizimle iletişime geçin" }, "assets": { "a0": "Para çekme adresi yönetimi", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 123038b..9d35746 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -175,7 +175,12 @@ "a9": "退出登錄", "b0": "修改暱稱", "b1": "請輸入暱稱", - "b2": "語言" + "b2": "語言", + "b3": "聯系資訊", + "b4": "常規諮詢", + "b5": "客戶服務", + "b6": "媒體合作", + "b7": "需要任何幫助請聯繫我們" }, "assets": { "a0": "提幣地址管理", diff --git a/pages/notice/index.vue b/pages/notice/index.vue index b532ec5..11719bb 100644 --- a/pages/notice/index.vue +++ b/pages/notice/index.vue @@ -22,11 +22,11 @@ @@ -19,6 +40,12 @@ export default { return { detail: [], query: [], + contacts : { + contact:"", + email: "", + media:"", + service : "", + } }; }, computed: { @@ -30,12 +57,17 @@ export default { }, methods: { serviceDetail() { - Member.serviceDetail({ - id: this.query.id, - }).then((res) => { - console.log(res) - this.detail = res.data; - }); + // Member.serviceDetail({ + // id: this.query.id, + // }).then((res) => { + // console.log(res) + // this.detail = res.data; + // }); + + Member.contact({}).then((res)=>{ + console.log(res); + this.contacts = res.data; + }) }, }, onLoad($ev) { diff --git a/wxcomponents/vant/search/index.vue b/wxcomponents/vant/search/index.vue index 22eb900..98ecc08 100644 --- a/wxcomponents/vant/search/index.vue +++ b/wxcomponents/vant/search/index.vue @@ -104,5 +104,5 @@ VantComponent({ export default global['__wxComponents']['vant/search/index'] \ No newline at end of file