From 3ce633c51d54fa3a89c473d8f501a9d4970cf0cf Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 14:13:59 +0800
Subject: [PATCH] up12

---
 src/views/home/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index e2e4720..5433301 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -115,9 +115,9 @@
                 </div>
             </div>
         </div>
-        <van-tabbar v-model="active" route @change="tabChang">
-            <van-tabbar-item name="home" @click="active = 'home'" icon="home-o">首页</van-tabbar-item>
-            <van-tabbar-item name="mydo" @click="active = 'mydo'" icon="manager">我的</van-tabbar-item>
+        <van-tabbar v-model="active" @change="tabChang">
+            <van-tabbar-item name="home" icon="like">首页</van-tabbar-item>
+            <van-tabbar-item name="my" icon="manager">我的</van-tabbar-item>
         </van-tabbar>
     </div>
 </template>

--
Gitblit v1.8.0