Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -24,7 +24,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
components: { Detail, List },
|
components: { Detail, List },
|
||||||
|
onShow() {
|
||||||
|
document.title = "乡村相册"
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onChange(e) {
|
onChange(e) {
|
||||||
this.params = e.params
|
this.params = e.params
|
||||||
|
|||||||
@@ -30,6 +30,9 @@ export default {
|
|||||||
this.component = e.type
|
this.component = e.type
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = "网格管理"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,9 @@ export default {
|
|||||||
onChange(e) {
|
onChange(e) {
|
||||||
this.params = e.params
|
this.params = e.params
|
||||||
this.component = e.type
|
this.component = e.type
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = "特殊人群"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user