bug
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -26,6 +26,9 @@ export default {
|
|||||||
List,
|
List,
|
||||||
Statistics
|
Statistics
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = "监测对象"
|
||||||
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
tabBar() {
|
tabBar() {
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ export default {
|
|||||||
|
|
||||||
this.getInfo(this.id)
|
this.getInfo(this.id)
|
||||||
}
|
}
|
||||||
|
document.title = query.id ? '编辑监测对象' : '添加监测对象'
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -32,6 +32,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onShow() {
|
||||||
|
document.title = '添加帮扶日志'
|
||||||
|
},
|
||||||
|
|
||||||
onLoad(query) {
|
onLoad(query) {
|
||||||
if (query.id) {
|
if (query.id) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -51,6 +51,10 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onShow() {
|
||||||
|
document.title = '政策动态'
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
changeTab(index, type) {
|
changeTab(index, type) {
|
||||||
this.type = type
|
this.type = type
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user