|
@@ -7,10 +7,6 @@
|
|
|
<view class="box defaultBgc">
|
|
|
<uni-segmented-control :current="tab" :values="controlList" @clickItem="tabChange" styleType="text" activeColor="#00B760"></uni-segmented-control>
|
|
|
<view class="stick" style="border-radius: 5px;">
|
|
|
- <!-- <view class="defaultBgc d-flex ss-m-x-20">
|
|
|
- <view class="stickBtn" :style="`color: ${query.status==='99' ? '#00B760' :''}`" @tap=""><uni-icons v-if="query.status==='99'" class="ss-m-t-6 ss-m-r-4" color="#00B760" type="checkmarkempty" size="14"/>待发布(<text class="ss-m-x-2">{{ unpublishedCount }}</text>)</view>
|
|
|
- <view class="stickBtn newPositionBtn" @tap="">发布新职位</view>
|
|
|
- </view> -->
|
|
|
<!-- 搜索条 -->
|
|
|
<uni-search-bar
|
|
|
v-model="query.name"
|
|
@@ -29,9 +25,7 @@
|
|
|
<scroll-view class="scrollBox" :scroll-y="true" @scrolltolower="loadingMore" style="position:relative;">
|
|
|
<view>
|
|
|
<view v-if="!positionListData?.length && more !== 'loading'" class="d-flex flex-column align-center justify-center ss-m-t-30">
|
|
|
- <view class="nodata-img-parent">
|
|
|
- <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
|
|
|
- </view>
|
|
|
+ <image src="https://minio.citupro.com/dev/static/nodata.png" class="ss-m-t-20" mode="widthFix" style="width: 100vw"></image>
|
|
|
<view class="color-999">暂无职位</view>
|
|
|
<view class="f-horizon-center">
|
|
|
<button type="primary" size="default" class="ss-m-t-50" style="width: 60vw;" @click="handleClickAdd">发布新职位</button>
|
|
@@ -118,7 +112,6 @@ const getData = async () => {
|
|
|
return
|
|
|
}
|
|
|
positionListData.value.push(...dealDictArrayData([], list))
|
|
|
- // console.log('positionListData:', positionListData.value)
|
|
|
more.value = 'more'
|
|
|
if (positionListData.value.length === total.value) {
|
|
|
more.value = 'noMore'
|