|
@@ -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>
|