|
@@ -39,7 +39,14 @@
|
|
|
</swiper>
|
|
|
|
|
|
<!-- 大图 -->
|
|
|
- <image class="ss-m-y-30" :src="preferred.introduce?.bigPicture?.url" style="width: 100%;" :lazy-load="true" :fade-show="true" :style="{'height': preferred.introduce?.bigPicture?.height + 'px'}"></image>
|
|
|
+ <image
|
|
|
+ class="ss-m-y-30"
|
|
|
+ :src="preferred.introduce?.bigPicture?.url"
|
|
|
+ style="width: 100%;"
|
|
|
+ :lazy-load="true"
|
|
|
+ :fade-show="true"
|
|
|
+ :style="{'height': (preferred.introduce?.bigPicture?.height ?? 150) + 'px'}"
|
|
|
+ ></image>
|
|
|
</view>
|
|
|
|
|
|
<!-- 品牌介绍 -->
|
|
@@ -60,16 +67,16 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 招聘职位 -->
|
|
|
- <view class="ss-m-t-50">
|
|
|
+ <view class="ss-m-t-50" v-if="positionList && positionList?.length > 0">
|
|
|
<uni-title class="ss-m-b-30 color-666" type="h1" title="招聘职位" align="center"></uni-title>
|
|
|
<scroll-view class="scrollBox" scroll-y="true" @scrolltolower="loadingMore">
|
|
|
- <view v-if="positionList.length > 0">
|
|
|
+ <!-- <view v-if="positionList.length > 0"> -->
|
|
|
<PositionList class="pb-10" :list="positionList" :noMore="false"></PositionList>
|
|
|
<uni-load-more :status="status" />
|
|
|
- </view>
|
|
|
- <view v-else class="nodata-img-parents">
|
|
|
+ <!-- </view> -->
|
|
|
+ <!-- <view v-else class="nodata-img-parents">
|
|
|
<image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" class="nodata-img-child"></image>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
</view>
|