Browse Source

优选集团:有职位方展示列表

Xiao_123 12 hours ago
parent
commit
2e6ceaffe2
1 changed files with 13 additions and 6 deletions
  1. 13 6
      pagesB/preferredGroup/index.vue

+ 13 - 6
pagesB/preferredGroup/index.vue

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