From 282588013f68628b3bce8f15b4ea026bcc33c3f6 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 1 Aug 2025 16:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=AF=9D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 6 +++--- subPackages/other/consulting.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index c80d21a..0f5dfdd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -257,7 +257,7 @@ path: '/subPackages/other/gonggtcc' }, { - title: '咨询投诉', + title: '公共咨询', img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zxts.png', path: '/subPackages/other/consulting' }, @@ -311,8 +311,8 @@ this.Post({ id: 4 },'/api/article/getArticleById').then(res => { - this.isShow = res.data.subtitle == 1 ? true : false - // this.isShow = res.data.address == 1 ? true : false + // this.isShow = res.data.subtitle == 1 ? true : false + this.isShow = res.data.address == 1 ? true : false }) }, onReady() { diff --git a/subPackages/other/consulting.vue b/subPackages/other/consulting.vue index deb9b9a..b2f132c 100644 --- a/subPackages/other/consulting.vue +++ b/subPackages/other/consulting.vue @@ -11,15 +11,15 @@ - + - {{el.name}} - {{el.tel}} + 咨询电话 + 0512-66555111 -- 2.30.2