diff --git a/src/layouts/components/Header.vue b/src/layouts/components/Header.vue
index a271095..2686eb2 100644
--- a/src/layouts/components/Header.vue
+++ b/src/layouts/components/Header.vue
@@ -173,7 +173,7 @@ export default Vue.extend({
handleLogout() {
this.$store.commit('user/removeAssociation');
this.$store.commit('user/removeToken');
- this.$router.push(`/login`);
+ this.$router.push(`/login?id=`+this.association.id);
//this.$router.push(`/login?redirect=${this.$router.history.current.fullPath}`);
},
changeCollapsed() {
diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index 733310b..699064c 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -45,7 +45,7 @@
记住账号
会员注册
- 会员登录
+
diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue
index bfe5c20..5dda3df 100644
--- a/src/pages/register/index.vue
+++ b/src/pages/register/index.vue
@@ -8,7 +8,8 @@
-
+
@@ -20,123 +21,361 @@
-
-
-
+
+
登陆信息
+
-
- {{ row.value }}
- {{ row.value }}
-
-
+
+
+
+
+
+
+
-
+
+
人员信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 重新检测
下一步
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上一步
+ 提交申请
+
+
+
+
+
+
+
+
申请已提交
+
登陆小程序可查看审核结果
+
+ this.$router.push('/login?id='+id)">返回首页
+
+
-
diff --git a/src/pages/user/user_index.vue b/src/pages/user/user_index.vue
index 3374665..10cd408 100644
--- a/src/pages/user/user_index.vue
+++ b/src/pages/user/user_index.vue
@@ -57,11 +57,20 @@
{{row.gender==1?"男":"女"}}
+
+ 待审核
+ 正式会员
+ 申请已被拒绝
+
- 详细信息
+ 详细信息
+ 审核
- 删除
+
+
+ 删除
+
@@ -77,6 +86,8 @@