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(){