|
@@ -90,7 +90,7 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
this.$Router.pushTab('/pages/client/tabBar/home');
|
|
this.$Router.pushTab('/pages/client/tabBar/home');
|
|
- return;
|
|
|
|
|
|
+ // return;
|
|
if (this.checked.length !== 0) {
|
|
if (this.checked.length !== 0) {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
this.form.token = await getWxLoginCode();
|
|
this.form.token = await getWxLoginCode();
|