bug
This commit is contained in:
@@ -49,6 +49,9 @@ export default {
|
||||
|
||||
console.log(this.$cdn + 'wdbf.png')
|
||||
},
|
||||
onShow() {
|
||||
document.title = "防返贫"
|
||||
},
|
||||
|
||||
methods: {
|
||||
linkTo(url) {
|
||||
|
||||
@@ -26,6 +26,9 @@ export default {
|
||||
List,
|
||||
Statistics
|
||||
},
|
||||
onShow() {
|
||||
document.title = "监测对象"
|
||||
},
|
||||
|
||||
computed: {
|
||||
tabBar() {
|
||||
|
||||
@@ -140,6 +140,7 @@ export default {
|
||||
|
||||
this.getInfo(this.id)
|
||||
}
|
||||
document.title = query.id ? '编辑监测对象' : '添加监测对象'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -259,6 +259,7 @@ export default {
|
||||
'fpRelationship', 'fpStudentsInSchool', 'fpFnancialAssistance', 'fpHealthAssistance', 'fpHousingSecurity']).then(() => {
|
||||
this.getInfo(query.id)
|
||||
})
|
||||
document.title = query.index ? '编辑家庭成员' : '添加家庭成员'
|
||||
|
||||
if (query.index > -1) {
|
||||
this.isEdit = true
|
||||
|
||||
@@ -32,6 +32,9 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '添加帮扶日志'
|
||||
},
|
||||
|
||||
onLoad(query) {
|
||||
if (query.id) {
|
||||
|
||||
@@ -102,6 +102,10 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '家庭成员'
|
||||
},
|
||||
|
||||
onLoad(query) {
|
||||
uni.showLoading()
|
||||
this.id = query.id
|
||||
|
||||
@@ -72,6 +72,7 @@ export default {
|
||||
uni.showLoading()
|
||||
this.id = query.id
|
||||
this.getInfo(query.id)
|
||||
document.title = query.id ? '编辑家庭情况' : '添加家庭情况'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -107,6 +107,7 @@ export default {
|
||||
uni.showLoading()
|
||||
this.id = query.id
|
||||
this.getInfo(query.id)
|
||||
document.title = query.id ? '编辑收支情况' : '添加收支情况'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -149,6 +149,7 @@ export default {
|
||||
this.getInfo(query.id)
|
||||
})
|
||||
this.id = query.id
|
||||
document.title = query.id ? '编辑风险解除' : '添加风险解除'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -51,6 +51,10 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '政策动态'
|
||||
},
|
||||
|
||||
methods: {
|
||||
changeTab(index, type) {
|
||||
this.type = type
|
||||
|
||||
@@ -32,6 +32,7 @@ export default {
|
||||
this.$http.post(`/app/appnewscenterinfo/queryDetailById?id=${id}`).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.info = res.data
|
||||
document.title = res.data.title
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.pageShow = true
|
||||
|
||||
@@ -41,6 +41,10 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
onShow() {
|
||||
document.title = '预警监控'
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
uni.$on('reload', () => {
|
||||
if (this.currIndex === 0) {
|
||||
|
||||
Reference in New Issue
Block a user