|
@@ -100,7 +100,7 @@ const swiperAdList = [
|
|
|
{ src: 'https://minio.menduner.com/dev/menduner/banner/Marriott.jpg', id: '734173233779183616' },
|
|
|
{ src: 'https://minio.menduner.com/dev/menduner/banner/UrCove.jpg', id: '277182701256183808' },
|
|
|
{ src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
|
|
|
- { src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' },
|
|
|
+ // { src: 'https://minio.menduner.com/dev/5eb89c28816dbc7613986ac994d2d760cc9fada84e17a78970c424904c26667c.jpg', id: '735167920258289664' },
|
|
|
{ src: 'https://minio.menduner.com/dev/c2fc649b5aec3811c7a171b199bc2e67bb1649e63b471e48a59c8a6ead6aa047.jpg', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA' },
|
|
|
{ src: 'https://minio.menduner.com/dev/fbff08c5608d746380f859a97241109fe4726f776a25301d7d0fb43d9ba7df67.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/NrxuXTi7kB9AngNBYJ3v4A' }
|
|
|
]
|
|
@@ -116,7 +116,7 @@ const filterList = ref([
|
|
|
const gridList = [
|
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
|
{ label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
- { label: '门墩英语', icon: '/static/img/group.png', path: '' },
|
|
|
+ { label: '门墩儿英语', icon: '/static/img/group.png', path: '' },
|
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
|
{ label: '风尚榜投票', icon: '/static/img/contact.png', weiXinPublicUrl: 'https%3A%2F%2F6b29.yuandianpx.cn%2F18%2F%23%2Fvote%3Fact%3D31', title:'中国酒店YOUNG风尚榜投票' }
|
|
|
]
|
|
@@ -127,7 +127,7 @@ const handleToDetails = ({ id, weiXinPublicUrl, title }) => {
|
|
|
uni.navigateTo({ url: `/pagesB/companyDetail/index?id=${id}` })
|
|
|
}
|
|
|
if (weiXinPublicUrl) {
|
|
|
- uni.navigateTo({ url: `/pages/addWebView/index?url=${weiXinPublicUrl}&title=${title || '风尚年度榜奖项报名'}` })
|
|
|
+ uni.navigateTo({ url: `/pages/addWebView/index?url=${weiXinPublicUrl}&title=${title || '风尚榜奖投票'}` })
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -159,7 +159,7 @@ const handleGrid = async (e) => {
|
|
|
})
|
|
|
}
|
|
|
if (obj?.weiXinPublicUrl) {
|
|
|
- uni.navigateTo({ url: `/pages/addWebView/index?url=${obj?.weiXinPublicUrl}&title=风尚年度榜奖项报名` })
|
|
|
+ uni.navigateTo({ url: `/pages/addWebView/index?url=${obj?.weiXinPublicUrl}&title=风尚榜奖投票` })
|
|
|
}
|
|
|
}
|
|
|
|