diff --git a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue index d93893f..619092a 100644 --- a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue @@ -6,7 +6,7 @@
-
+
@@ -79,6 +79,7 @@

{{ '暂无' + item.label + '信息' }}

+ @@ -136,7 +137,7 @@ export default { return this.user.girdInfos2G && this.user.girdInfos2G.length }, }, - onLoad() { + onShow() { if (this.hasGridPermit) { if (!this.search.girdId) { this.search.girdId = this.user.girdId @@ -146,8 +147,6 @@ export default { this.getDatas() }) } - }, - onShow() { uni.setNavigationBarColor({ frontColor: 'black', backgroundColor: '#ffffff' @@ -260,12 +259,11 @@ export default { min-height: 100%; .header-content-bg { width: 100%; - position: relative; + position: fixed; + z-index: -1; img { width: 100%; height: 592px; - position: absolute; - z-index: -1; } } @@ -319,7 +317,7 @@ export default { } .statistic-content { - padding: 216px 0 32px 0; + padding: 200px 0 32px 0; } .info-content { diff --git a/src/project/weiyang/AppSpecialPeople/add.vue b/src/project/weiyang/AppSpecialPeople/add.vue index 4ecf6f9..9fc3097 100644 --- a/src/project/weiyang/AppSpecialPeople/add.vue +++ b/src/project/weiyang/AppSpecialPeople/add.vue @@ -1,7 +1,12 @@