入库样式修复

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

@@ -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