取消注册

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