Browse Source

隐藏首页模块

master
chenkainan 3 weeks ago
parent
commit
2fd7482e0c
  1. 34
      pages/index/index.vue

34
pages/index/index.vue

@ -251,26 +251,26 @@
} }
], ],
publicList: [ publicList: [
{ // {
title: '公共自行车', // title: '',
img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/ggzxc.png', // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/ggzxc.png',
path: '/subPackages/other/gonggtcc' // path: '/subPackages/other/gonggtcc'
}, // },
{ {
title: '公共咨询', title: '公共咨询',
img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zxts.png', img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zxts.png',
path: '/subPackages/other/consulting' path: '/subPackages/other/consulting'
}, },
{ // {
title: '景区舒适度', // title: '',
img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/jqssd.png', // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/jqssd.png',
path: '/subPackages/other/shusd' // path: '/subPackages/other/shusd'
}, // },
{ // {
title: '找车位', // title: '',
img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcw.png', // img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcw.png',
path: '/subPackages/other/tingchechang' // path: '/subPackages/other/tingchechang'
}, // },
{ {
title: '找厕所', title: '找厕所',
img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcs.png', img: 'https://static.ticket.sz-trip.com/changshu/images/index/2025/summer/zcs.png',
@ -311,8 +311,8 @@
this.Post({ this.Post({
id: 4 id: 4
},'/api/article/getArticleById').then(res => { },'/api/article/getArticleById').then(res => {
// this.isShow = res.data.subtitle == 1 ? true : false this.isShow = res.data.subtitle == 1 ? true : false
this.isShow = res.data.address == 1 ? true : false // this.isShow = res.data.address == 1 ? true : false
}) })
}, },
onReady() { onReady() {

Loading…
Cancel
Save