入库样式修复

This commit is contained in:
aixianling
2022-07-19 09:42:21 +08:00
parent 15f61074f9
commit addfa5a097
3 changed files with 7 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ import {mapActions, mapState} from 'vuex'
export default { export default {
name: "AppEnteringVillage", name: "AppEnteringVillage",
appName: "进村", appName: "进村",
customNavigation: true,
data() { data() {
return { return {
isFixed: false, isFixed: false,

View File

@@ -101,6 +101,9 @@ export default {
return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告']
} }
}, },
onReady() {
uni.setNavigationBarTitle({title: "数字乡村"})
},
onLoad() { onLoad() {
this.autoLogin().then(() => { this.autoLogin().then(() => {
this.getSwiperList(); this.getSwiperList();

View File

@@ -106,6 +106,9 @@ export default {
return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告']
} }
}, },
onReady() {
uni.setNavigationBarTitle({title: "数字乡村"})
},
onLoad() { onLoad() {
this.autoLogin().then(() => { this.autoLogin().then(() => {
this.search.areaId = this.$areaId this.search.areaId = this.$areaId