|
@@ -99,7 +99,8 @@ const swiperAdList = [
|
|
{ src: 'https://minio.menduner.com/dev/menduner/banner/Marriott.jpg', id: '734173233779183616' },
|
|
{ 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/banner/UrCove.jpg', id: '277182701256183808' },
|
|
{ src: 'https://minio.menduner.com/dev/menduner/miniProgram/Grand-Mercure.jpg', id: '120281807903133696' },
|
|
{ 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' }
|
|
]
|
|
]
|
|
const filterList = ref([
|
|
const filterList = ref([
|
|
{ label: '城市', dictType: 'areaTreeDataExtend', key: 'areaIds', map: { text: 'name', value: 'id' } },
|
|
{ label: '城市', dictType: 'areaTreeDataExtend', key: 'areaIds', map: { text: 'name', value: 'id' } },
|
|
@@ -115,15 +116,17 @@ const gridList = [
|
|
{ label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
{ label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
{ label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '' },
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
{ label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
- { label: '联系我们', icon: '/static/img/contact.png', path: '' }
|
|
|
|
|
|
+ { label: '奖项报名', icon: '/static/img/contact.png', id: 'morningNews' }
|
|
]
|
|
]
|
|
|
|
|
|
// 跳转企业详情
|
|
// 跳转企业详情
|
|
-const handleToDetails = ({ id }) => {
|
|
|
|
- if (!id) return
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: `/pagesB/companyDetail/index?id=${id}`
|
|
|
|
- })
|
|
|
|
|
|
+const handleToDetails = ({ id, weiXinPublicUrl }) => {
|
|
|
|
+ if (id) {
|
|
|
|
+ uni.navigateTo({ url: `/pagesB/companyDetail/index?id=${id}` })
|
|
|
|
+ }
|
|
|
|
+ if (weiXinPublicUrl) {
|
|
|
|
+ uni.navigateTo({ url: `/pages/addWebView/index?url=${weiXinPublicUrl}` })
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
const handleGrid = async (e) => {
|
|
const handleGrid = async (e) => {
|