|
@@ -51,7 +51,6 @@
|
|
|
<uni-load-more :status="more" :color="textColor" />
|
|
|
</view>
|
|
|
<view v-else class="nodata-img-parent">
|
|
|
- <!-- <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image> -->
|
|
|
<uni-load-more class="ss-m-t-50" status="noMore" :color="textColor" :content-text="{'contentnomore': '暂无数据,请切换类型查看~'}" />
|
|
|
</view>
|
|
|
</view>
|
|
@@ -100,10 +99,11 @@ const getJobFairDetail = async () => {
|
|
|
if (!query.jobFairId) return
|
|
|
const { data } = await getJobFair(query.jobFairId)
|
|
|
// tab
|
|
|
- if (data?.tag?.length) {
|
|
|
- tabList.value = data.tag
|
|
|
- handClickTab(0)
|
|
|
- }
|
|
|
+ // if (data?.tag?.length) {
|
|
|
+ // tabList.value = data.tag
|
|
|
+ // handClickTab(0)
|
|
|
+ // }
|
|
|
+ handClickTab(-1)
|
|
|
// 轮播图
|
|
|
if (data?.headImg?.length) {
|
|
|
swiperAdList.value = data.headImg
|