From 0799c1ee73c6aa006ef6e0991b67d54576a3a5b0 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 23 九月 2022 15:05:36 +0800
Subject: [PATCH] up

---
 src/views/myMine/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 1875b56..aff4a6c 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -97,8 +97,8 @@
             </div>
         </div>
         <van-tabbar v-model="active" @change="tabChang">
-            <van-tabbar-item name="home" @click="active = 'home'" icon="home-o">首页</van-tabbar-item>
-            <van-tabbar-item name="my" @click="active = 'my'" icon="manager">我的</van-tabbar-item>
+            <van-tabbar-item name="home" icon="like">首页</van-tabbar-item>
+            <van-tabbar-item name="my" icon="manager">我的</van-tabbar-item>
         </van-tabbar>
     </div>
 </template>
@@ -119,10 +119,14 @@
     }
 </script>
 <style lang="scss" scoped>
+    body{
+        background-color:#166bd3;
+    }
 .page{
     background-color:#F6FAFF;
     position:relative;
     min-width: 375px;
+    min-height: 800px;
     .hader{
         margin-top: 20px;
         margin-bottom: 20px;

--
Gitblit v1.8.0