guhongwei 4 years ago
parent
commit
af7d22efb3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/home/classmenu.vue

+ 2 - 2
src/views/home/classmenu.vue

@@ -5,9 +5,9 @@
         <van-col :span="24" class="top">
           <NavBar v-show="navShow" :title="title" :isleftarrow="isleftarrow"> </NavBar>
         </van-col>
-        <el-col :span="24">
+        <!-- <el-col :span="24">
           <el-image :src="topImage"></el-image>
-        </el-col>
+        </el-col> -->
         <van-col :span="24">
           <el-col :span="8" class="list" v-for="(item, index) in menuList" :key="index" @click="turnTo(item.name)">
             <i :class="item.icon"></i>