From 2fd7482e0c1219349d38c06ab18d0e692f6eb147 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 30 Sep 2025 17:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 11ac477..2ff0fb2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -251,26 +251,26 @@ } ], publicList: [ - { - title: '公共自行车', - img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/ggzxc.png', - path: '/subPackages/other/gonggtcc' - }, + // { + // title: '公共自行车', + // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/ggzxc.png', + // path: '/subPackages/other/gonggtcc' + // }, { title: '公共咨询', img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zxts.png', path: '/subPackages/other/consulting' }, - { - title: '景区舒适度', - img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/jqssd.png', - path: '/subPackages/other/shusd' - }, - { - title: '找车位', - img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcw.png', - path: '/subPackages/other/tingchechang' - }, + // { + // title: '景区舒适度', + // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/jqssd.png', + // path: '/subPackages/other/shusd' + // }, + // { + // title: '找车位', + // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcw.png', + // path: '/subPackages/other/tingchechang' + // }, { title: '找厕所', img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcs.png', @@ -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() {