|
@@ -116,7 +116,7 @@ const gridList = [
|
|
|
{ label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
|
- { label: '奖项报名', icon: '/static/img/contact.png', id: 'morningNews' }
|
|
|
+ { label: '奖项报名', icon: '/static/img/contact.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA' }
|
|
|
]
|
|
|
|
|
|
// 跳转企业详情
|
|
@@ -156,6 +156,9 @@ const handleGrid = async (e) => {
|
|
|
url: obj.path
|
|
|
})
|
|
|
}
|
|
|
+ if (obj?.weiXinPublicUrl) {
|
|
|
+ uni.navigateTo({ url: `/pages/addWebView/index?url=${obj?.weiXinPublicUrl}&title=风尚年度榜奖项报名` })
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
const positionListData = ref([])
|