From 7387b15e920305560553601ef87a3d9da1d7d9dc Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 22 九月 2022 16:19:17 +0800
Subject: [PATCH] 99

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

diff --git a/src/App.vue b/src/App.vue
index 6dda6cc..6f12690 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,6 +11,7 @@
 <style scoped lang="scss">
 .app-view {
     display: grid;
+    background-color:#F6FAFF;
 }
 </style>
 
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 82b34d1..be98151 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -175,6 +175,7 @@
     ]
     const active=ref('home')
     const tabChang=(index:any)=>{
+        alert(index)
         if (index==='home'){
             router.push('/')
         } else {
diff --git a/src/views/myMine/index.vue b/src/views/myMine/index.vue
index 110bfed..1875b56 100644
--- a/src/views/myMine/index.vue
+++ b/src/views/myMine/index.vue
@@ -110,6 +110,7 @@
     const router=useRouter()
     const active=ref('my')
     const tabChang=(index:any)=>{
+        alert(index)
         if (index==='home'){
             router.push('/')
         } else {
@@ -119,11 +120,9 @@
 </script>
 <style lang="scss" scoped>
 .page{
-    background-color: #F6FAFF;
+    background-color:#F6FAFF;
     position:relative;
     min-width: 375px;
-    min-height: 800px;
-    text-align: center;
     .hader{
         margin-top: 20px;
         margin-bottom: 20px;
@@ -210,6 +209,7 @@
             // margin-bottom: 20px;
         }
         .serveItem{
+            text-align: center;
             margin-top: 20px;
             font-size: 13px;
             font-family: PingFangSC-Regular, PingFang SC;

--
Gitblit v1.8.0