From 7029cbd5e0e98159a61b61fdf2659b3fdab6e2be Mon Sep 17 00:00:00 2001
From: Bobi <2166145077@qq.com>
Date: Sun, 27 Oct 2024 22:46:24 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B2=89=E4=B8=9D=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/base/tabbar.vue | 2 +-
components/user/sharePopup.vue | 88 +++++++++++++++++++++++++++++++++---------
pages.json | 6 +++
pages/index/center.vue | 3 +-
pages/index/index.vue | 18 ++++-----
5 files changed, 87 insertions(+), 30 deletions(-)
diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue
index fbb0adf..cb3a24d 100644
--- a/components/base/tabbar.vue
+++ b/components/base/tabbar.vue
@@ -95,7 +95,7 @@
flex-direction: row;
height: 120rpx;
padding-bottom: env(safe-area-inset-bottom);
- z-index: 9999;
+ z-index: 99;
bottom: 0;
left: 0;
color: #BCBCBC;
diff --git a/components/user/sharePopup.vue b/components/user/sharePopup.vue
index 084cc99..8fb5902 100644
--- a/components/user/sharePopup.vue
+++ b/components/user/sharePopup.vue
@@ -1,13 +1,24 @@
+
+
-
-
-
-
-
+
+
+
+
+
+
+ 瑶都万能墙
+
+
+
+
+
+
+
@@ -26,21 +37,60 @@
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 430e449..3e0bf82 100644
--- a/pages.json
+++ b/pages.json
@@ -133,6 +133,12 @@
"style": {
"enablePullDownRefresh" : true
}
+ },
+ {
+ "path": "mine/fans",
+ "style": {
+ "enablePullDownRefresh" : true
+ }
}
]
}],
diff --git a/pages/index/center.vue b/pages/index/center.vue
index 6f339b3..7783405 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -49,7 +49,8 @@
|
-
+
0
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b479b0e..8da1280 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -237,16 +237,16 @@
return
}
- if(this.userInfo.idCardOpen == 0){
- uni.showToast({
- title: '审核中...',
- icon:'none'
- })
- }else if(!this.userInfo.idCardOpen){
- this.$refs.certificationPopup.open()
- }else{
+ // if(this.userInfo.idCardOpen == 0){
+ // uni.showToast({
+ // title: '审核中...',
+ // icon:'none'
+ // })
+ // }else if(!this.userInfo.idCardOpen){
+ // this.$refs.certificationPopup.open()
+ // }else{
this.$refs.sharePopup.open()
- }
+ // }
},
getUserInfo(){