返乡登记 网格选择bug

This commit is contained in:
liuye
2022-02-14 15:27:48 +08:00
parent 6dd95306ff
commit ba2c22bbb9

View File

@@ -102,13 +102,16 @@ export default {
return qs.parse(decodeURIComponent(location.search))
}
},
onLoad() {
this.isGirdUser()
},
onShow() {
document.title = '返乡登记'
this.isGirdUser()
},
methods: {
...mapActions(['injectJWeixin', 'wxInvoke']),
confirmSelect(v) {
console.log(v)
this.girdId = v?.[0].id
this.girdName = v?.[0].girdName
this.getListInit()