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() {