Browse Source

大屏首页

ZaiZai 1 year ago
parent
commit
1e45efb311
1 changed files with 1 additions and 1 deletions
  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>