入库样式修复
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user