From 15014dff78e2f9b78b68fdccb51ccd32134826f8 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Fri, 28 Mar 2025 12:30:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=B4=E5=AE=A0=E5=B8=88=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B5=81=E7=A8=8B(=E6=9A=82=E5=AD=98);?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authentication/components/questionCard.vue | 71 ++++++ .../authentication/components/stepProgress.vue | 94 +++++++ otherPages/authentication/examination/base.vue | 168 +++++++----- .../authentication/examination/baseCompleted.vue | 281 +++++++-------------- otherPages/authentication/examination/end.vue | 229 +++++++---------- .../authentication/examination/errorDetail.vue | 97 ++++--- otherPages/authentication/examination/train.vue | 53 ++-- .../examination/trainCompleted/fail.vue | 206 +-------------- .../examination/trainCompleted/index.vue | 210 +++++++++++++++ .../examination/trainCompleted/pass.vue | 205 ++------------- .../examination/trainCompleted/waiting.vue | 205 +-------------- otherPages/authentication/list/index.vue | 75 +----- .../authentication/static/examination/approved.png | Bin 0 -> 25642 bytes .../authentication/static/examination/examine.png | Bin 0 -> 25966 bytes .../static/examination/unqualified.png | Bin 0 -> 25435 bytes pages.json | 13 +- .../myOrdersManage/components/orderListByData.vue | 1 - pages/myOrdersManage/components/systemOrder.vue | 4 - utils/pageList.js | 17 ++ 19 files changed, 819 insertions(+), 1110 deletions(-) create mode 100644 otherPages/authentication/components/questionCard.vue create mode 100644 otherPages/authentication/components/stepProgress.vue create mode 100644 otherPages/authentication/examination/trainCompleted/index.vue create mode 100644 otherPages/authentication/static/examination/approved.png create mode 100644 otherPages/authentication/static/examination/examine.png create mode 100644 otherPages/authentication/static/examination/unqualified.png diff --git a/otherPages/authentication/components/questionCard.vue b/otherPages/authentication/components/questionCard.vue new file mode 100644 index 0000000..c691d27 --- /dev/null +++ b/otherPages/authentication/components/questionCard.vue @@ -0,0 +1,71 @@ + + + + + \ No newline at end of file diff --git a/otherPages/authentication/components/stepProgress.vue b/otherPages/authentication/components/stepProgress.vue new file mode 100644 index 0000000..509e813 --- /dev/null +++ b/otherPages/authentication/components/stepProgress.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/otherPages/authentication/examination/base.vue b/otherPages/authentication/examination/base.vue index 5efbbaa..6204457 100644 --- a/otherPages/authentication/examination/base.vue +++ b/otherPages/authentication/examination/base.vue @@ -1,61 +1,56 @@ \ No newline at end of file diff --git a/otherPages/authentication/examination/end.vue b/otherPages/authentication/examination/end.vue index 2d6449d..523e00d 100644 --- a/otherPages/authentication/examination/end.vue +++ b/otherPages/authentication/examination/end.vue @@ -1,169 +1,134 @@ diff --git a/otherPages/authentication/examination/errorDetail.vue b/otherPages/authentication/examination/errorDetail.vue index 272d5f6..d805733 100644 --- a/otherPages/authentication/examination/errorDetail.vue +++ b/otherPages/authentication/examination/errorDetail.vue @@ -1,50 +1,71 @@