@@ -24,8 +24,8 @@ export default {
simg: '',
};
},
- created() {
- // this.init();
+ mounted() {
+ this.init();
methods: {
...weixin(['jsAuth']),