Преглед изворни кода

微信小程序 调整列表长度

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>