diff --git a/config/request.js b/config/request.js
index ef8a7e3..55a484e 100644
--- a/config/request.js
+++ b/config/request.js
@@ -57,7 +57,8 @@ module.exports = (vm) => {
}
}
if(data.code==401) {
- vm.$store.commit('goLogin')
+
+ vm.$store.commit('goLogin', true)
}
// 自定义参数
diff --git a/pages/indexEntry/enroll/registInfo/chooseCoach/chooseCoach.vue b/pages/indexEntry/enroll/registInfo/chooseCoach/chooseCoach.vue
index 7f8a107..276ccf5 100644
--- a/pages/indexEntry/enroll/registInfo/chooseCoach/chooseCoach.vue
+++ b/pages/indexEntry/enroll/registInfo/chooseCoach/chooseCoach.vue
@@ -1,5 +1,5 @@
-
+
@@ -12,6 +12,7 @@
{{item.mobile}}
+
@@ -72,8 +73,7 @@