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

Loading…
Cancel
Save