diff --git a/src/api/user.ts b/src/api/user.ts index 5d893e2..36da266 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -38,4 +38,9 @@ export const getKnowledgeService = () => { url: "knowledgepoint/xnKnowledgePoint/list", method: "get", }); -}; \ No newline at end of file +}; + +//修改密码 +export const userChangePasswordService = (params) => { + return request.post('/xnRecords/changeStuPassword', params) +} \ No newline at end of file diff --git a/src/assets/images/login.png b/src/assets/images/login.png index 6fda787..56e256f 100644 Binary files a/src/assets/images/login.png and b/src/assets/images/login.png differ diff --git a/src/layout/knowledgePage.vue b/src/layout/knowledgePage.vue index cbfe8c4..220fe9d 100644 --- a/src/layout/knowledgePage.vue +++ b/src/layout/knowledgePage.vue @@ -43,7 +43,12 @@ const SubLeft = () => { } //右箭头 const SubRight = () => { - + if (currentKnowledgeIndex.value+1 < Knowledges.value.length) { + currentKnowledgeIndex.value++; // 更新到下一题 + } + else { + ElMessage.success('知识点已学习完毕,请提交') + } } const Knowledges = ref([]); diff --git a/src/layout/loginPage.vue b/src/layout/loginPage.vue index 92a98cf..730d485 100644 --- a/src/layout/loginPage.vue +++ b/src/layout/loginPage.vue @@ -9,8 +9,8 @@ - -
+ +
@@ -20,8 +20,7 @@
用户账号
- +
@@ -36,7 +35,7 @@
用户密码
-
@@ -57,7 +56,7 @@
- +
@@ -160,7 +159,7 @@ - +
@@ -254,10 +253,10 @@ \ No newline at end of file diff --git a/src/layout/spacePage.vue b/src/layout/spacePage.vue index 4a8861b..694ddb7 100644 --- a/src/layout/spacePage.vue +++ b/src/layout/spacePage.vue @@ -12,74 +12,74 @@

个人中心

学生8527

- - + +
- - + +
用户账号
- +
- +
姓名
- +
- +
班级
- +
-
- - + +
学号
- +
- +
手机号
- +
- +
成绩
- +
+ 更改个人信息
@@ -89,31 +89,55 @@
- + + + + + + + + + + + + + + + + + +