This commit is contained in:
yanran200730
2022-01-13 18:15:11 +08:00
parent c50350bf8a
commit 29beead2e4
12 changed files with 27 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ export default {
console.log(this.$cdn + 'wdbf.png') console.log(this.$cdn + 'wdbf.png')
}, },
onShow() {
document.title = "防返贫"
},
methods: { methods: {
linkTo(url) { linkTo(url) {

View File

@@ -26,6 +26,9 @@ export default {
List, List,
Statistics Statistics
}, },
onShow() {
document.title = "监测对象"
},
computed: { computed: {
tabBar() { tabBar() {

View File

@@ -140,6 +140,7 @@ export default {
this.getInfo(this.id) this.getInfo(this.id)
} }
document.title = query.id ? '编辑监测对象' : '添加监测对象'
}, },
methods: { methods: {

View File

@@ -259,6 +259,7 @@ export default {
'fpRelationship', 'fpStudentsInSchool', 'fpFnancialAssistance', 'fpHealthAssistance', 'fpHousingSecurity']).then(() => { 'fpRelationship', 'fpStudentsInSchool', 'fpFnancialAssistance', 'fpHealthAssistance', 'fpHousingSecurity']).then(() => {
this.getInfo(query.id) this.getInfo(query.id)
}) })
document.title = query.index ? '编辑家庭成员' : '添加家庭成员'
if (query.index > -1) { if (query.index > -1) {
this.isEdit = true this.isEdit = true

View File

@@ -32,6 +32,9 @@ export default {
} }
}, },
onShow() {
document.title = '添加帮扶日志'
},
onLoad(query) { onLoad(query) {
if (query.id) { if (query.id) {

View File

@@ -102,6 +102,10 @@ export default {
} }
}, },
onShow() {
document.title = '家庭成员'
},
onLoad(query) { onLoad(query) {
uni.showLoading() uni.showLoading()
this.id = query.id this.id = query.id

View File

@@ -72,6 +72,7 @@ export default {
uni.showLoading() uni.showLoading()
this.id = query.id this.id = query.id
this.getInfo(query.id) this.getInfo(query.id)
document.title = query.id ? '编辑家庭情况' : '添加家庭情况'
}, },
methods: { methods: {

View File

@@ -107,6 +107,7 @@ export default {
uni.showLoading() uni.showLoading()
this.id = query.id this.id = query.id
this.getInfo(query.id) this.getInfo(query.id)
document.title = query.id ? '编辑收支情况' : '添加收支情况'
}, },
methods: { methods: {

View File

@@ -149,6 +149,7 @@ export default {
this.getInfo(query.id) this.getInfo(query.id)
}) })
this.id = query.id this.id = query.id
document.title = query.id ? '编辑风险解除' : '添加风险解除'
}, },
methods: { methods: {

View File

@@ -51,6 +51,10 @@ export default {
}) })
}, },
onShow() {
document.title = '政策动态'
},
methods: { methods: {
changeTab(index, type) { changeTab(index, type) {
this.type = type this.type = type

View File

@@ -32,6 +32,7 @@ export default {
this.$http.post(`/app/appnewscenterinfo/queryDetailById?id=${id}`).then(res => { this.$http.post(`/app/appnewscenterinfo/queryDetailById?id=${id}`).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.info = res.data this.info = res.data
document.title = res.data.title
this.$nextTick(() => { this.$nextTick(() => {
this.pageShow = true this.pageShow = true

View File

@@ -41,6 +41,10 @@ export default {
} }
}, },
onShow() {
document.title = '预警监控'
},
onLoad() { onLoad() {
uni.$on('reload', () => { uni.$on('reload', () => {
if (this.currIndex === 0) { if (this.currIndex === 0) {