Browse Source

大屏首页

ZaiZai 1 năm trước cách đây
mục cha
commit
1e45efb311
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/home/components/gui.vue

+ 1 - 1
src/views/home/components/gui.vue

@@ -7,7 +7,7 @@
                 </el-carousel-item>
             </el-carousel>
         </div>
-        <div class="hc-gui-info-data">
+        <div v-if="guiViewData.length > 0" class="hc-gui-info-data">
             <bookView :info="guiItemInfo" />
         </div>
     </div>