优化走访慰问

This commit is contained in:
花有清香月有阴
2021-12-24 13:58:52 +08:00
parent 808a97825f
commit 6dac1c09b3
4 changed files with 25 additions and 26 deletions

View File

@@ -46,7 +46,9 @@
export default {
name: 'walkObject',
components: {},
props: {},
props: {
params: {},
},
data() {
return {
DiyList: {},
@@ -71,7 +73,8 @@ export default {
}
},
computed: {},
onLoad() {
created() {
console.log(1)
uni.setNavigationBarTitle({ title: '选择走访慰问对象' })
this.getDiyList()
},