Ver código fonte

微信小程序 调整列表长度

bruce 5 anos atrás
pai
commit
a27ba34438
1 arquivos alterados com 1 adições e 1 exclusões
  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>