From e3d44ca899eefb7eef46e04e257d3c28b3914ead Mon Sep 17 00:00:00 2001
From: unknown <331404948@qq.com>
Date: Wed, 31 Jan 2024 18:50:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=EF=BC=8C?=
=?UTF-8?q?=E5=AD=A6=E8=BD=A6=E5=8A=A8=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 1 -
.../findShcool/shcoolDetail/shcoolDetail.vue | 4 +-
.../mineEntry/carLearProgress/carLearProgress.vue | 134 +++----
pages/tabbar/index/comp/informaItem.vue | 7 +-
pages/tabbar/index/index.vue | 21 +-
pages/tabbar/learnCar/comp/comp.scss | 63 +++-
pages/tabbar/learnCar/comp/subject0.vue | 41 +--
pages/tabbar/learnCar/comp/topInfo.vue | 150 ++++++++
pages/tabbar/learnCar/index - 副本.vue | 172 +++++++++
pages/tabbar/learnCar/index.vue | 167 +--------
pages/tabbar/mine/index - 副本.vue | 368 ++++++++++++++++++++
pages/tabbar/mine/index.scss | 125 +++++++
pages/tabbar/mine/index.vue | 385 +++------------------
static/images/icon/arrowRightfff.png | Bin 0 -> 516 bytes
static/images/icon/箭头 拷贝 2(1).png | Bin 0 -> 638 bytes
static/images/mineIcon/sanCode.png | Bin 0 -> 626 bytes
static/images/mineIcon/扫码.png | Bin 626 -> 0 bytes
static/images/mineIcon/箭头 拷贝 2(1).png | Bin 638 -> 0 bytes
static/images/mineIcon/箭头 拷贝 2.png | Bin 516 -> 0 bytes
19 files changed, 1030 insertions(+), 608 deletions(-)
create mode 100644 pages/tabbar/learnCar/comp/topInfo.vue
create mode 100644 pages/tabbar/learnCar/index - 副本.vue
create mode 100644 pages/tabbar/mine/index - 副本.vue
create mode 100644 pages/tabbar/mine/index.scss
create mode 100644 static/images/icon/arrowRightfff.png
create mode 100644 static/images/icon/箭头 拷贝 2(1).png
create mode 100644 static/images/mineIcon/sanCode.png
delete mode 100644 static/images/mineIcon/扫码.png
delete mode 100644 static/images/mineIcon/箭头 拷贝 2(1).png
delete mode 100644 static/images/mineIcon/箭头 拷贝 2.png
diff --git a/pages.json b/pages.json
index 73ee41f..7b151af 100644
--- a/pages.json
+++ b/pages.json
@@ -496,7 +496,6 @@
"path": "carLearProgress/carLearProgress",
"style": {
"navigationBarTitleText": "学车进度",
- "navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
diff --git a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue
index 0ae0338..4d9b15e 100644
--- a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue
+++ b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/pages/mineEntry/carLearProgress/carLearProgress.vue b/pages/mineEntry/carLearProgress/carLearProgress.vue
index e392273..5ba0749 100644
--- a/pages/mineEntry/carLearProgress/carLearProgress.vue
+++ b/pages/mineEntry/carLearProgress/carLearProgress.vue
@@ -1,42 +1,54 @@
-
-
-
-
- {{ item.text }}
-
-
-
+
+
+ {{ item.text }}
+
+
-
- 模拟器训练学时报审
- 2023/08/09 22:52:12
+
+ 科目一阶段
+ 已完成
+
+ 2023-08-09 22:52:12
+
+
-
- 模拟器训练已预约
- 2023/08/09 22:52:12
+
+ 科目二考试
+ 已预约
+ 2023-08-09 22:52:12
- 模拟驾驶馆:某某模拟驾驶馆
+ 考试场地:某某科目二考场
- 模拟器编号:00001
-
-
- 预约时间:2023/08/23 10:00:00
+ 考试时间:2023-08-23 10:00:00
+
+
+
+ 科目一考试
+ 未通过
+
+ 2023-08-09 22:52:12
+
+
@@ -50,10 +62,6 @@
id: 10
},
{
- text: '模拟器',
- id: 0
- },
- {
text: '科目一',
id: 1
},
@@ -70,7 +78,7 @@
id: 4
},
],
- currentTab: -1,
+ currentTab: 10,
}
},
methods: {
@@ -86,42 +94,52 @@
\ No newline at end of file
diff --git a/pages/tabbar/learnCar/index - 副本.vue b/pages/tabbar/learnCar/index - 副本.vue
new file mode 100644
index 0000000..08aaa0f
--- /dev/null
+++ b/pages/tabbar/learnCar/index - 副本.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+ 江西驾考公共服务平台
+
+
+ {{ item.text }}
+
+
+
+ 应完成学时
+ 100分钟
+
+
+ 已完成学时
+ 30分钟
+ *与科目一学时共享
+
+
+
+
+
+
+
+
+
+
+
+ 应完成里程
+ 50km
+
+
+ 已完成里程
+ 0km
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无数据,您还未报名
+
+
+
+
+
+
+
diff --git a/pages/tabbar/learnCar/index.vue b/pages/tabbar/learnCar/index.vue
index 08aaa0f..506cb8d 100644
--- a/pages/tabbar/learnCar/index.vue
+++ b/pages/tabbar/learnCar/index.vue
@@ -1,172 +1,25 @@
-
-
-
+
- 江西驾考公共服务平台
-
-
- {{ item.text }}
-
-
-
- 应完成学时
- 100分钟
-
-
- 已完成学时
- 30分钟
- *与科目一学时共享
-
-
-
-
-
-
-
-
-
-
-
- 应完成里程
- 50km
-
-
- 已完成里程
- 0km
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无数据,您还未报名
-
+
+
+
-
+
\ No newline at end of file
diff --git a/pages/tabbar/mine/index - 副本.vue b/pages/tabbar/mine/index - 副本.vue
new file mode 100644
index 0000000..d408406
--- /dev/null
+++ b/pages/tabbar/mine/index - 副本.vue
@@ -0,0 +1,368 @@
+
+
+
+
+
+ Hi,{{ vuex_userInfo.name?vuex_userInfo.name:vuex_userInfo.phone?vuex_userInfo.phone:'请登录'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 报名成功
+
+
+
+
+
+
+
+ 22天
+
+
+ 科目一考试通过
+ 当前进度
+
+ 进度查询
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+ 业务办理
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/tabbar/mine/index.scss b/pages/tabbar/mine/index.scss
new file mode 100644
index 0000000..7eb8800
--- /dev/null
+++ b/pages/tabbar/mine/index.scss
@@ -0,0 +1,125 @@
+
+.pageBgImg {
+
+ .userInfo {
+ width: 100%;
+ padding: 30rpx 30rpx 100rpx 30rpx;
+ display: flex;
+ align-items: center;
+
+ .avatar {
+ width: 120rpx;
+ height: 120rpx;
+ border-radius: 50%;
+ overflow: hidden;
+ background: #f4f4f4;
+ image {
+
+ }
+ }
+
+ .rightInfo {
+ flex: 1;
+ width: 0;
+ padding-left: 20rpx;
+ .name-row {
+ display: flex;
+ justify-content: space-between;
+ .leftTxt {
+ flex: 1;
+ width: 0;
+ display: flex;
+ align-items: center;
+ .name {
+ font-size: 30rpx;
+ color: #fff;
+ font-weight: 700;
+ }
+
+ .arrowIcon {
+ width: 36rpx;
+ height: 36rpx;
+ margin-left: 4rpx;
+ }
+ }
+
+ .scanCode {
+ width: 36rpx;
+ height: 36rpx;
+ }
+ }
+
+ .phone {
+ font-size: 24rpx;
+ color: #fff;
+ margin-top: 20rpx;
+ }
+ }
+ }
+.pad {
+ border-radius: 20rpx 20rpx 0 0;
+ background-color: #f4f4f4;
+ transform: translateY(-22rpx);
+ }
+ .ul {
+ display: flex;
+ width: 100%;
+ height: 154rpx;
+ background: #FFFFFF;
+ border-radius: 20rpx;
+ padding: 20rpx;
+ transform: translateY(-60rpx);
+ .li {
+ flex: 1;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ justify-content: center;
+ .icon {
+ width: 77rpx;
+ height: 77rpx;
+ }
+
+ .text {
+ font-size: 24rpx;
+ color: #333;
+ }
+ }
+ }
+
+ .ul2 {
+ background: #FFFFFF;
+ border-radius: 20rpx;
+ margin-top: -40rpx;
+ padding: 4rpx 20rpx;
+ .li2 {
+ display: flex;
+ height: 88rpx;
+ display: flex;
+ align-items: center;
+ border-bottom: 1rpx solid #F6F7FA;
+ &:last-child {
+ border: none;
+ }
+ .icon {
+ width: 54rpx;
+ height: 52rpx;
+ image {
+
+ }
+ }
+
+ .text {
+ font-size: 28rpx;
+ color: #333;
+ margin-left: 20rpx;
+ }
+
+ .arrowRight {
+ width: 36rpx;
+ height: 36rpx;
+ margin-left: auto;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue
index d408406..04fb75a 100644
--- a/pages/tabbar/mine/index.vue
+++ b/pages/tabbar/mine/index.vue
@@ -1,368 +1,79 @@
-
-
-
- Hi,{{ vuex_userInfo.name?vuex_userInfo.name:vuex_userInfo.phone?vuex_userInfo.phone:'请登录'}}
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
- 报名成功
-
-
-
-
-
-
-
- 22天
-
-
- 科目一考试通过
- 当前进度
-
- 进度查询
+
+
+
+ JOE宝宝
+
+
+
+
+
+ 18267103167
-
+
+
+
-
+
-
-
+
- {{ item.text }}
+ {{ item.name }}
-
-
- 业务办理
-
-
-
-
-
- {{ item.text }}
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ @import './index.scss';
+
\ No newline at end of file
diff --git a/static/images/icon/arrowRightfff.png b/static/images/icon/arrowRightfff.png
new file mode 100644
index 0000000000000000000000000000000000000000..5adc259748bdc7bbc67ba9bd15f76e42d2c15369
GIT binary patch
literal 516
zcmV+f0{i`mP)Px$zDYzuR9Hvt*1bwxQ541T{{n3!8f;CICP9Q$G1XupgtWnsDiB2o#KNye5MMw9
z8!;(j)FMraU|}p2LSl+k7J|Njk6;^7*v^4nh>VQq+$~NqQ{K7v@Vjdr?mnW$erhof
zZBVmD+6jdwWM)5r7r<*tN6i*5`9G^NGdlqu1E;|7U7&J7{lIUa&rvTW9hM|<(=%D1
zw1}BK0``F?z!@+iX*UX$4RTaU=&z&BeNTm;ia=LTDXFKxf1nmoUops0J-(*~qw1>!
za#T0)2S}*O^;HHr>LGC8^(E9>Nk2NFi?Z~icp~-M?CGYMPU@T#Bg#GP5pVuU^%V1KvscUIkMO
zGPCrpNtl`grX+o;iYWq_S#KTk3wWN+YxR@kjHJ~FOg8A+Y4O5`=ynvQ1aw><3(tUr
zc_V2j5>o>D2MhpXcY({g>8eHCD~4>Swfc(f`cUr{1Ykw0000Px%I7vi7R9Hvt*UM@YK@V6U5p^sFk3WJ1nbytbA$n1u$?(@xmrmCw5Gxnhw^I#X$)sf(Y
zj4>|(Tq2@dN~w=s4<35G59l|5W44fpENHDi3@y6TeZio*uIEMM3xGZLfmxO<6h)C7
z6%4Y7s;Vv!(JFww?pI!6=JzR+>IJfeT~ccv)wb>8cszcW3e_8A3zua%pJmw=iij4K
zQb|yQKpvIn`KpNQv)@yp27_Gt&I4GRLS0o#y^U#K6v!4f#+(CSXP-|h3Kb11m#J&4&Xsus_p#BNS7*hb)0C3bH9x(I6{{m{7hTFFN1>mp)+-K%TA(+ht
zHgsUfIAhFl06zg7a;>_jwSF9OuOE{PRM+(h5&7XUM08gv^`s9bSwfS^oCfgSV~FUsQtH`IOjJT;SOC6`(c;Q#;t07*qoM6N<$f*h?E(EtDd
literal 0
HcmV?d00001
diff --git a/static/images/mineIcon/sanCode.png b/static/images/mineIcon/sanCode.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3911039659e11ca80487485b617272a3c83b6d2
GIT binary patch
literal 626
zcmV-&0*(ENP)Px%EJ;K`R9Hvtm`Q6DQ4oc{<4Vx21BjqF{shsbxK$L#g>j{*SvdX-2M`m7tP&TZ
z5Dd6gveUm{Oau*zCfO>u(c`Od`_abNuUmLS2VSijZgthU=T4_e)XbFOvAqVk44eQq
z7U291+>`XE-8@pP@Hqf9bF}zp33v)Tl;jxC19}FWtU%ZYNjpmb?EvN~#L8SIB^_@9
zvV8=YN~52Fw*@l`h8|0LU6#!D)x=PdYcR4O*peI$OM1D?knIP+Mc^l}UDCI*gq;{~
z1GCKeLD89B)#u3
zpxwa1#L)M4?@TXoHFFIBmC>%oraBE=078EB)8gSC3qbS0)_x+%<(>~fXMpoHVCdH}
zLp5P$aLOt#M0QiJOK;h$w
z_yW9XQ`<+UV!8~i?JFhSkEreU<&?%zNmKdmM*s?7Wi}^iS34)$|J(g|F6mUn%ma$=
z;nb3evZR%Th#F~>N~0x!LhOyD?nXP;ufPl7{y+VpGFo~yUOPSX2hJxCy&XED-v9sr
M07*qoM6N<$f}xZm`2YX_
literal 0
HcmV?d00001
diff --git a/static/images/mineIcon/扫码.png b/static/images/mineIcon/扫码.png
deleted file mode 100644
index d3911039659e11ca80487485b617272a3c83b6d2..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 626
zcmV-&0*(ENP)Px%EJ;K`R9Hvtm`Q6DQ4oc{<4Vx21BjqF{shsbxK$L#g>j{*SvdX-2M`m7tP&TZ
z5Dd6gveUm{Oau*zCfO>u(c`Od`_abNuUmLS2VSijZgthU=T4_e)XbFOvAqVk44eQq
z7U291+>`XE-8@pP@Hqf9bF}zp33v)Tl;jxC19}FWtU%ZYNjpmb?EvN~#L8SIB^_@9
zvV8=YN~52Fw*@l`h8|0LU6#!D)x=PdYcR4O*peI$OM1D?knIP+Mc^l}UDCI*gq;{~
z1GCKeLD89B)#u3
zpxwa1#L)M4?@TXoHFFIBmC>%oraBE=078EB)8gSC3qbS0)_x+%<(>~fXMpoHVCdH}
zLp5P$aLOt#M0QiJOK;h$w
z_yW9XQ`<+UV!8~i?JFhSkEreU<&?%zNmKdmM*s?7Wi}^iS34)$|J(g|F6mUn%ma$=
z;nb3evZR%Th#F~>N~0x!LhOyD?nXP;ufPl7{y+VpGFo~yUOPSX2hJxCy&XED-v9sr
M07*qoM6N<$f}xZm`2YX_
diff --git a/static/images/mineIcon/箭头 拷贝 2(1).png b/static/images/mineIcon/箭头 拷贝 2(1).png
deleted file mode 100644
index ee2f86034b59cb2065d393bfeb07112ffc6a7a6c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 638
zcmV-^0)hRBP)Px%I7vi7R9Hvt*UM@YK@V6U5p^sFk3WJ1nbytbA$n1u$?(@xmrmCw5Gxnhw^I#X$)sf(Y
zj4>|(Tq2@dN~w=s4<35G59l|5W44fpENHDi3@y6TeZio*uIEMM3xGZLfmxO<6h)C7
z6%4Y7s;Vv!(JFww?pI!6=JzR+>IJfeT~ccv)wb>8cszcW3e_8A3zua%pJmw=iij4K
zQb|yQKpvIn`KpNQv)@yp27_Gt&I4GRLS0o#y^U#K6v!4f#+(CSXP-|h3Kb11m#J&4&Xsus_p#BNS7*hb)0C3bH9x(I6{{m{7hTFFN1>mp)+-K%TA(+ht
zHgsUfIAhFl06zg7a;>_jwSF9OuOE{PRM+(h5&7XUM08gv^`s9bSwfS^oCfgSV~FUsQtH`IOjJT;SOC6`(c;Q#;t07*qoM6N<$f*h?E(EtDd
diff --git a/static/images/mineIcon/箭头 拷贝 2.png b/static/images/mineIcon/箭头 拷贝 2.png
deleted file mode 100644
index 5adc259748bdc7bbc67ba9bd15f76e42d2c15369..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 516
zcmV+f0{i`mP)Px$zDYzuR9Hvt*1bwxQ541T{{n3!8f;CICP9Q$G1XupgtWnsDiB2o#KNye5MMw9
z8!;(j)FMraU|}p2LSl+k7J|Njk6;^7*v^4nh>VQq+$~NqQ{K7v@Vjdr?mnW$erhof
zZBVmD+6jdwWM)5r7r<*tN6i*5`9G^NGdlqu1E;|7U7&J7{lIUa&rvTW9hM|<(=%D1
zw1}BK0``F?z!@+iX*UX$4RTaU=&z&BeNTm;ia=LTDXFKxf1nmoUops0J-(*~qw1>!
za#T0)2S}*O^;HHr>LGC8^(E9>Nk2NFi?Z~icp~-M?CGYMPU@T#Bg#GP5pVuU^%V1KvscUIkMO
zGPCrpNtl`grX+o;iYWq_S#KTk3wWN+YxR@kjHJ~FOg8A+Y4O5`=ynvQ1aw><3(tUr
zc_V2j5>o>D2MhpXcY({g>8eHCD~4>Swfc(f`cUr{1Ykw0000