@@ -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>