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/mineIcon/箭头 拷贝 2.png b/static/images/icon/arrowRightfff.png
similarity index 100%
rename from static/images/mineIcon/箭头 拷贝 2.png
rename to static/images/icon/arrowRightfff.png
diff --git a/static/images/mineIcon/箭头 拷贝 2(1).png b/static/images/icon/箭头 拷贝 2(1).png
similarity index 100%
rename from static/images/mineIcon/箭头 拷贝 2(1).png
rename to static/images/icon/箭头 拷贝 2(1).png
diff --git a/static/images/mineIcon/扫码.png b/static/images/mineIcon/sanCode.png
similarity index 100%
rename from static/images/mineIcon/扫码.png
rename to static/images/mineIcon/sanCode.png