Explorar el Código

首页的显示

wangn hace 5 años
padre
commit
16eb56f39c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"