Explorar el Código

联系我们后面加个招聘会

lifanagju_citu hace 2 meses
padre
commit
ee2f91146a
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      pages/index/my.vue
  2. 1 1
      pages/index/position.vue

+ 1 - 0
pages/index/my.vue

@@ -112,6 +112,7 @@ const list = ref([
 	{	title: '新用户邀请记录',	path: '/pagesB/inviteRecord/index'	},
 	{ title: '门墩儿商城', appId: 'wx6decdf12f9e7a061' },
 	{ title: '我要招聘', key: 'recruit' },
+	{ title: '招聘会', path: '/pagesB/jobFair/index', open: true },
 	{ title: '联系我们', path: '/pagesB/contactUs/index' },
 	{ title: '协议中心', path: '/pagesB/agreement/index', open: true }
 ])

+ 1 - 1
pages/index/position.vue

@@ -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>