取消注册

This commit is contained in:
aixianling
2022-09-07 10:45:33 +08:00
parent 52857c4022
commit cd38a39035

View File

@@ -48,7 +48,7 @@ export default {
}
},
methods: {
...mapActions(['getGridInfo', 'injectJWeixin']),
...mapActions(['getGridInfo']),
linkTo(url) {
uni.navigateTo({url})
},
@@ -80,7 +80,6 @@ export default {
}
},
created() {
this.injectJWeixin('getLocation')
this.getGridInfo()
}
}