返乡登记 网格选择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)) return qs.parse(decodeURIComponent(location.search))
} }
}, },
onLoad() {
this.isGirdUser()
},
onShow() { onShow() {
document.title = '返乡登记' document.title = '返乡登记'
this.isGirdUser()
}, },
methods: { methods: {
...mapActions(['injectJWeixin', 'wxInvoke']), ...mapActions(['injectJWeixin', 'wxInvoke']),
confirmSelect(v) { confirmSelect(v) {
console.log(v)
this.girdId = v?.[0].id this.girdId = v?.[0].id
this.girdName = v?.[0].girdName this.girdName = v?.[0].girdName
this.getListInit() this.getListInit()