소스 검색

微信小程序 调整列表长度

bruce 5 년 전
부모
커밋
a27ba34438
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>