瀏覽代碼

微信小程序 调整列表长度

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>