|
@@ -35,7 +35,7 @@
|
|
|
<view class="white-bgc px-10 stickFilter">
|
|
|
<FilterList :list="filterList" idValue="label" @change="handleSearch"></FilterList>
|
|
|
</view>
|
|
|
- <PositionList :list="positionListData" :noMore="false" :showJobFairEntrance="true"></PositionList>
|
|
|
+ <PositionList :list="positionListData" :noMore="false" :showJobFairEntrance="false"></PositionList>
|
|
|
<uni-load-more :status="more" />
|
|
|
</view>
|
|
|
</scroll-view>
|
|
@@ -109,7 +109,8 @@ 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', id: 'morningNews' },
|
|
|
+ { label: '招聘会', icon: '/static/img/information.png', path: '/pagesB/jobFair/index' },
|
|
|
{ label: '了解门墩儿', icon: '/static/img/contact.png', path: '/pagesB/about/index' }
|
|
|
]
|
|
|
|