From 1016002c43b58078025a017e2826bbadebd0f216 Mon Sep 17 00:00:00 2001
From: wangdong <1551135706@qq.com>
Date: Thu, 14 Mar 2024 23:06:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/user.js | 8 +++
pages.json | 36 ++++++++++++
pages/my/applyLink.vue | 83 +++++++++++++++++++++++++++
pages/my/examApply.vue | 85 ++++++++++++++++++++++++++++
pages/my/feedback.vue | 12 +++-
pages/my/fileDownload.vue | 88 +++++++++++++++++++++++++++++
pages/my/helpCenter.vue | 25 ++++++---
pages/my/helpDetail.vue | 44 +++++++++++++++
pages/my/noticeDetail.vue | 86 ++++++++++++++++++++++++++++
pages/my/noticeList.vue | 100 +++++++++++++++++++++++++++++++++
pages/store/shoppingCart.vue | 106 +++++++++--------------------------
11 files changed, 586 insertions(+), 87 deletions(-)
create mode 100644 pages/my/applyLink.vue
create mode 100644 pages/my/examApply.vue
create mode 100644 pages/my/fileDownload.vue
create mode 100644 pages/my/helpDetail.vue
create mode 100644 pages/my/noticeDetail.vue
create mode 100644 pages/my/noticeList.vue
diff --git a/api/user.js b/api/user.js
index 7b8bf5f..8b3831d 100644
--- a/api/user.js
+++ b/api/user.js
@@ -196,4 +196,12 @@ export function getAppid(){
}
export function isForceBinding(){
return http.get("/login/get_isforce_binding");
+}
+
+export function helpCenter(){
+ return http.get("/my/helpcenter");
+}
+
+export function addFeedback(){
+ return http.post("/my/addfeedback");
}
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 51a8bc7..283f8df 100644
--- a/pages.json
+++ b/pages.json
@@ -416,11 +416,47 @@
"navigationBarTitleText": "帮助与反馈"
}
},
+ {
+ "path": "helpDetail",
+ "style": {
+ "navigationBarTitleText": "帮助与反馈"
+ }
+ },
{
"path": "feedback",
"style": {
"navigationBarTitleText": "帮助与反馈"
}
+ },
+ {
+ "path": "fileDownload",
+ "style": {
+ "navigationBarTitleText": "文件下载"
+ }
+ },
+ {
+ "path": "examApply",
+ "style": {
+ "navigationBarTitleText": "考试信息"
+ }
+ },
+ {
+ "path": "applyLink",
+ "style": {
+ "navigationBarTitleText": "报名链接"
+ }
+ },
+ {
+ "path": "noticeList",
+ "style": {
+ "navigationBarTitleText": "消息中心"
+ }
+ },
+ {
+ "path": "noticeDetail",
+ "style": {
+ "navigationBarTitleText": "消息详情"
+ }
}
]
},
diff --git a/pages/my/applyLink.vue b/pages/my/applyLink.vue
new file mode 100644
index 0000000..a543b55
--- /dev/null
+++ b/pages/my/applyLink.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+ {{ item.name }}
+ {{ item.link }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/my/examApply.vue b/pages/my/examApply.vue
new file mode 100644
index 0000000..559b323
--- /dev/null
+++ b/pages/my/examApply.vue
@@ -0,0 +1,85 @@
+
+
+
+
+
+ {{ item.name }}
+ {{ item.time }}
+
+
+ 报名链接
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/my/feedback.vue b/pages/my/feedback.vue
index ac47c36..c6708f0 100644
--- a/pages/my/feedback.vue
+++ b/pages/my/feedback.vue
@@ -9,6 +9,7 @@
+
+
\ No newline at end of file
diff --git a/pages/my/helpCenter.vue b/pages/my/helpCenter.vue
index d15dfc2..29beeed 100644
--- a/pages/my/helpCenter.vue
+++ b/pages/my/helpCenter.vue
@@ -12,7 +12,7 @@
-
+
{{ item.title }}
@@ -21,6 +21,7 @@
diff --git a/pages/my/helpDetail.vue b/pages/my/helpDetail.vue
new file mode 100644
index 0000000..3e36fea
--- /dev/null
+++ b/pages/my/helpDetail.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/noticeDetail.vue b/pages/my/noticeDetail.vue
new file mode 100644
index 0000000..7a0100f
--- /dev/null
+++ b/pages/my/noticeDetail.vue
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+ {{ info.title }}
+ {{ info.time }}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/noticeList.vue b/pages/my/noticeList.vue
new file mode 100644
index 0000000..8d92f75
--- /dev/null
+++ b/pages/my/noticeList.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.content }}
+
+
+ {{ item.time }}
+ {{ item.num }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/store/shoppingCart.vue b/pages/store/shoppingCart.vue
index e33d348..f5c81d9 100644
--- a/pages/store/shoppingCart.vue
+++ b/pages/store/shoppingCart.vue
@@ -8,7 +8,7 @@
-
+
@@ -43,14 +43,11 @@
去结算({{ checkedGoods.length }})
删除
-