This commit is contained in:
liuye
2023-08-23 09:25:57 +08:00
parent e62d28516b
commit 2df7951eb8
3 changed files with 26 additions and 19 deletions

View File

@@ -72,10 +72,6 @@ export default {
},
onShow() {
document.title = '事件编辑'
this.forms.name = this.user.name
this.forms.phone = this.user.phone
this.forms.girdId = this.user.girdId
this.forms.girdName = this.user.girdName
uni.$on('chooseLat', res => {
this.forms.mapInfo = {...res}
})