Переглянути джерело

微信小程序 调整列表长度

bruce 5 роки тому
батько
коміт
c0ffd97990
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pages/job/index.vue

+ 1 - 1
pages/job/index.vue

@@ -137,7 +137,7 @@
         v-model="refreshing"
         @refresh="onRefresh"
         class="listArea"
-        :class="{ noneInWx: !$deviceType.app }"
+        :class="{ noneInWx: !$deviceType.app && !isWxapp}"
       >
         <div style="text-align: center" v-if="firstLoading">
           <van-loading size="24px">加载中...</van-loading>