|
@@ -93,14 +93,14 @@ onLoad(() => {
|
|
|
return {
|
|
|
title: '门墩儿 专注顶尖招聘',
|
|
|
path: '/pages/index/position',
|
|
|
- imageUrl: '../../static/img/share-poster.jpg'
|
|
|
+ imageUrl: 'https://minio.menduner.com/dev/89f171b91e3056a700d80b26a9dbb4cd6e9677b3f3b4f036a2127f5d5023e9d3.jpg'
|
|
|
}
|
|
|
})
|
|
|
onShareTimeline(() => {
|
|
|
return {
|
|
|
title: '门墩儿 专注顶尖招聘',
|
|
|
path: '/pages/index/position',
|
|
|
- imageUrl: '../../static/img/share-poster.jpg'
|
|
|
+ imageUrl: 'https://minio.menduner.com/dev/89f171b91e3056a700d80b26a9dbb4cd6e9677b3f3b4f036a2127f5d5023e9d3.jpg'
|
|
|
}
|
|
|
})
|
|
|
if (!uni.getStorageSync('token')) getRewardEventList()
|
|
@@ -131,12 +131,12 @@ const filterList = ref([
|
|
|
])
|
|
|
|
|
|
const gridList = [
|
|
|
- { label: '门墩儿猎头', icon: '/static/img/headhunting.png', path: '/pagesB/headhunting/index' },
|
|
|
- { label: '精选企业', icon: '/static/img/enterprise.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
- { label: '酒店英语', icon: '/static/img/group.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/zta8NvNaJOFhPxq9NAE9pw' },
|
|
|
- // { label: '早报资讯', icon: '/static/img/information.png', id: 'morningNews' },
|
|
|
- { label: '招聘会', icon: '/static/img/information.png', path: '/pages/index/jobFair' },
|
|
|
- { label: '了解门墩儿', icon: '/static/img/contact.png', path: '/pagesB/about/index' }
|
|
|
+ { label: '门墩儿猎头', icon: 'https://minio.menduner.com/dev/05655df27929e1420a78d6c97fa3747e17f0cdbd57ae9f816550d498ccf74a7d.png', path: '/pagesB/headhunting/index' },
|
|
|
+ { label: '精选企业', icon: 'https://minio.menduner.com/dev/0b107bc7b6f48d689a2fff9807c43bfe5e09e4de0858ca6fe69bbc8219681901.png', path: '/pagesB/recommendEnterprise/index' },
|
|
|
+ { label: '酒店英语', icon: 'https://minio.menduner.com/dev/b9c388263ada5ab63f901a2bf27adabc2660664660cb5898cf0bbc3f7416c510.png', weiXinPublicUrl: 'https://mp.weixin.qq.com/s/zta8NvNaJOFhPxq9NAE9pw' },
|
|
|
+ // { label: '早报资讯', icon: 'https://minio.menduner.com/dev/b598bf9c973161e090d784ca2df6f7784593d972ce015c475d1c6dcb108c9610.png', id: 'morningNews' },
|
|
|
+ { label: '招聘会', icon: 'https://minio.menduner.com/dev/b598bf9c973161e090d784ca2df6f7784593d972ce015c475d1c6dcb108c9610.png', path: '/pages/index/jobFair' },
|
|
|
+ { label: '了解门墩儿', icon: 'https://minio.menduner.com/dev/028e33e10569238d6f78bd89668f6387f8af60503b71639491e1640e53614411.png', path: '/pagesB/about/index' }
|
|
|
]
|
|
|
|
|
|
// 轮播图链接跳转
|