wangn 5 лет назад
Родитель
Сommit
16eb56f39c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mallApp/src/pages/home/recent.vue

+ 1 - 1
mallApp/src/pages/home/recent.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="latest-content_box">
-    <view class="shop-list_box" v-if="!show">
+    <view class="shop-list_box" v-if="show">
       <template v-if="!$util.isEmpty(list)">
         <view
           :key="item.shopId"