Xiao_123 8 ماه پیش
والد
کامیت
782983465c
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 3 1
      pages/index/communicate.vue
  2. 1 1
      pagesB/companyDetail/index.vue

+ 3 - 1
pages/index/communicate.vue

@@ -1,5 +1,7 @@
 <template>
-  <div>沟通</div>
+  <view class="nodata-img-parent">
+    <image src="https://minio.citupro.com/dev/static/nodata.png" mode="widthFix" style="width: 100vw;height: 100vh;"></image>
+  </view>
 </template>
 
 <script setup>

+ 1 - 1
pagesB/companyDetail/index.vue

@@ -98,7 +98,7 @@
 
     <!-- 招聘岗位 -->
     <view v-if="current == 1">
-      <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: 70vh;">
+      <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore">
         <view v-if="positionList.length > 0">
           <PositionList class="pb-10" :list="positionList" :noMore="false"></PositionList>
           <uni-load-more :status="status" />