feat(personal): 实现个人中心页面及绑定/解绑学员功能
- 新增个人中心页面,包含会员卡展示、用户信息、功能入口 - 实现绑定学员弹框,支持输入姓名和证件号进行绑定 - 添加绑定状态判断,已绑定时按钮切换为解绑 - 实现解绑功能,调用unbindUser接口 - 新增退出登录按钮 - 添加bindUser和unbindUser API接口
Showing
46 changed files
with
356 additions
and
183 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
pages/index/home.vue
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
145 KB
static/temp/slices.zip
0 → 100644
No preview for this file type
static/temp/slices/bd.png
0 → 100644
382 Bytes
static/temp/slices/bd@2x.png
0 → 100644
709 Bytes
static/temp/slices/bd@3x.png
0 → 100644
1.25 KB
static/temp/slices/btn01.png
0 → 100644
1.6 KB
static/temp/slices/btn01@2x.png
0 → 100644
3.31 KB
static/temp/slices/btn01@3x.png
0 → 100644
5.91 KB
static/temp/slices/btn02.png
0 → 100644
1.56 KB
static/temp/slices/btn02@2x.png
0 → 100644
3.12 KB
static/temp/slices/btn02@3x.png
0 → 100644
5.59 KB
static/temp/slices/btn03.png
0 → 100644
1.26 KB
static/temp/slices/btn03@2x.png
0 → 100644
2.31 KB
static/temp/slices/btn03@3x.png
0 → 100644
4.31 KB
static/temp/slices/end.png
0 → 100644
6.89 KB
static/temp/slices/end@2x.png
0 → 100644
18 KB
static/temp/slices/end@3x.png
0 → 100644
35.1 KB
static/temp/slices/tx.png
0 → 100644
3 KB
static/temp/slices/tx@2x.png
0 → 100644
7.21 KB
static/temp/slices/tx@3x.png
0 → 100644
13.2 KB
static/temp/slices/user_01.png
0 → 100644
117 KB
static/temp/slices/user_01@2x.png
0 → 100644
382 KB
static/temp/slices/user_01@3x.png
0 → 100644
737 KB
static/temp/个人中心.png
0 → 100644
309 KB
static/temp/个人中心弹框.png
0 → 100644
281 KB
store/index.js
0 → 100644
store/modules/user.js
0 → 100644
-
Please register or sign in to post a comment