入库样式修复
This commit is contained in:
@@ -111,6 +111,7 @@ import {mapActions, mapState} from 'vuex'
|
||||
export default {
|
||||
name: "AppEnteringVillage",
|
||||
appName: "进村",
|
||||
customNavigation: true,
|
||||
data() {
|
||||
return {
|
||||
isFixed: false,
|
||||
|
||||
@@ -101,6 +101,9 @@ export default {
|
||||
return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告']
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
uni.setNavigationBarTitle({title: "数字乡村"})
|
||||
},
|
||||
onLoad() {
|
||||
this.autoLogin().then(() => {
|
||||
this.getSwiperList();
|
||||
|
||||
@@ -106,6 +106,9 @@ export default {
|
||||
return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告']
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
uni.setNavigationBarTitle({title: "数字乡村"})
|
||||
},
|
||||
onLoad() {
|
||||
this.autoLogin().then(() => {
|
||||
this.search.areaId = this.$areaId
|
||||
|
||||
Reference in New Issue
Block a user