diff --git a/common/css/app.scss b/common/css/app.scss
index e5f78e9..e920f4e 100644
--- a/common/css/app.scss
+++ b/common/css/app.scss
@@ -34,7 +34,7 @@ view {
align-items: center;
}
.pageBg {
- background: #F6F6F6;
+ background: #F6F7FA;
color: #333;
font-size: 28rpx;
min-height: 100vh;
@@ -42,10 +42,22 @@ view {
.pageBgImg {
font-size: 28rpx;;
color: #333;
- background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/topbg.png') #F6F6F6 no-repeat;
- background-size: 100% 362rpx;
+ background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat;
+ background-size: 100% 278rpx;
min-height: 100vh;
}
+.topBg{
+ background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat;
+ background-size: 100% ;
+}
+.h1 {
+ .active {
+ &::before {
+ background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat;
+ background-size: 100% 100%;
+ }
+ }
+}
.pad {
padding: 0 28rpx;
}
@@ -67,10 +79,13 @@ image {
color: #fff !important;
}
.starBox {
- display: flex;
width: 58rpx;
height: 32rpx;
+ line-height: 32rpx;
background: #0A52F4;
+ font-size: 24rpx;
+ text-align: center;
+ color: #fff;
border-radius: 16px 0px 16px 16rpx;
}
@@ -104,25 +119,35 @@ image {
}
.btnBg {
- height: 72rpx;
+ height: 100%;
background: #1989FA;
- border-radius: 8rpx;
- line-height: 72rpx;
+ border-radius: 20rpx;
+ line-height: 88rpx;
text-align: center;
font-size: 28rpx;
color: #fff;
}
.btnBorder {
- height: 72rpx;
+ height: 88rpx;
background: #DFEAF5;
- border-radius: 8rpx;
- line-height: 72rpx;
+ border-radius: 20rpx;
+ line-height: 88rpx;
text-align: center;
font-size: 28rpx;
color:$themC;
border: 2rpx solid #1989FA;
}
+ .footerBtn {
+ position: fixed;
+ left: 0;
+ width: 100%;
+ bottom: 30rpx;
+ .btnBg {
+ width: 100%;
+ text-align: center;
+ }
+ }
/* 通用 */
::-webkit-input-placeholder { color:#ADADAD; }
diff --git a/components/commentItem/commentItem.vue b/components/commentItem/commentItem.vue
index 1a133ef..beb30ce 100644
--- a/components/commentItem/commentItem.vue
+++ b/components/commentItem/commentItem.vue
@@ -4,9 +4,9 @@
{{ item.studentName}}
{{ $u.date(item.createTime ,'yyyy/mm/dd' ) }}
-
-
- {{ item.stars }}分
+
+
+ {{ item.stars }}
{{ item.description }}
@@ -25,6 +25,10 @@
diff --git a/components/topNavbar/topNavbar.vue b/components/topNavbar/topNavbar.vue
index 791daf7..caa0fc4 100644
--- a/components/topNavbar/topNavbar.vue
+++ b/components/topNavbar/topNavbar.vue
@@ -1,11 +1,13 @@
@@ -25,6 +27,6 @@
\ No newline at end of file
diff --git a/config/utils.js b/config/utils.js
index d41fe29..c14c77a 100644
--- a/config/utils.js
+++ b/config/utils.js
@@ -118,7 +118,7 @@ export function uploadImgApi(filePath, imgName) {
},
header: {
Authorization: token,
- 'tenant-id': '1704459882232553474'
+ // 'tenant-id': '1704459882232553474'
},
success(res) {
console.log('上传成功')
diff --git a/pages.json b/pages.json
index c7c41d7..5749840 100644
--- a/pages.json
+++ b/pages.json
@@ -91,8 +91,7 @@
{
"path": "enroll/enroll",
"style": {
- "navigationBarTitleText": "学员报名",
- "navigationStyle": "custom",
+ "navigationBarTitleText": "学车报名",
"enablePullDownRefresh": false,
"backgroundTextStyle": "dark"
}
@@ -137,9 +136,8 @@
{
"path": "enroll/registInfo/registInfo",
"style": {
- "navigationBarTitleText": "报名信息确认",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
+ "navigationBarTitleText": "报名学员信息",
+ "enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
},
@@ -156,9 +154,8 @@
{
"path": "enroll/payment/payment",
"style": {
- "navigationBarTitleText": "报名缴费",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
+ "navigationBarTitleText": "支付订单",
+ "enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
},
@@ -166,7 +163,6 @@
"path": "enroll/paymentSuccess/paymentSuccess",
"style": {
"navigationBarTitleText": "报名成功",
- "navigationStyle": "custom",
"enablePullDownRefresh": false,
"backgroundTextStyle": "dark"
}
@@ -228,6 +224,7 @@
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
+ "navigationStyle": "custom",
"backgroundTextStyle": "dark" ,
"navigationBarBackgroundColor": "#FFFFFF"
}
@@ -623,8 +620,8 @@
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
+ "navigationBarBackgroundColor": "#F6F7FA",
+ "backgroundColor": "#F6F7FA"
},
"uniIdRouter": {},
"tabBar": {
diff --git a/pages/indexEntry/enroll/enroll.vue b/pages/indexEntry/enroll/enroll.vue
index a82a1af..4fabc21 100644
--- a/pages/indexEntry/enroll/enroll.vue
+++ b/pages/indexEntry/enroll/enroll.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -14,7 +14,14 @@
-
+
+ 实名认证
+
+ 已认证
+ 待认证
+
+
+
+
+
+ 订单金额
+ ¥ 2000
+
+
+ 订单编号
+ 646545645646458
- 选择支付方式
+
+
+
+
+
+ 支付宝
+
+
+
+
+
-
+
- 微信支付
+ 微信
-
+
+
- 确认支付
+
@@ -37,22 +57,18 @@
.card {
width: 100%;
margin-bottom: 20rpx;
+ padding: 0 20rpx;
.orderInfo {
text-align: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 306rpx;
.schoolName {
- font-size: 24rpx;
- color: #333;
+ font-size: 28rpx;
+ color: #ccc;
+ padding: 40rpx 0 20rpx 0;
}
.price {
font-size: 72rpx;
font-weight: 600;
- padding: 30rpx 0 30rpx 0;
text.uint {
font-size: 44rpx;
font-weight: 600;
@@ -64,9 +80,25 @@
color: #ADADAD;
}
}
+ .li {
+ display: flex;
+ height: 88rpx;
+ line-height: 88rpx;
+ &.border{
+ border-bottom: 1px solid #F6F7FA;
+ }
+ .lab {
+ color: #ccc;
+ width: 230rpx;
+ }
+ .val {
+ font-weight: 500;
+ flex: 1;
+ text-align: right;
+ }
+ }
}
.pay {
- padding: 40rpx 48rpx;
.h2 {
font-size: 32rpx;
font-weight: 500;
@@ -76,20 +108,27 @@
display: flex;
justify-content: space-between;
align-items: center;
+ height: 88rpx;
+ &.border{
+ border-bottom: 1px solid #F6F7FA;
+ }
.wxIcon {
- width: 48rpx;
- height: 48rpx;
+ width: 40rpx;
+ height: 40rpx;
}
.text {
margin-left: 20rpx;
flex: 1;
text-align: left;
+ font-size: 28rpx;
+ color: #333;
+ }
+ .icon {
+ width: 40rpx;
+ height: 40rpx;
}
-
}
}
- .btnBg {
- margin: 100rpx auto;
- width: 396rpx;
- }
+
+
\ No newline at end of file
diff --git a/pages/indexEntry/enroll/paymentSuccess/paymentSuccess.vue b/pages/indexEntry/enroll/paymentSuccess/paymentSuccess.vue
index ef5217f..2b566d9 100644
--- a/pages/indexEntry/enroll/paymentSuccess/paymentSuccess.vue
+++ b/pages/indexEntry/enroll/paymentSuccess/paymentSuccess.vue
@@ -1,17 +1,15 @@
-
-
-
-
+
+
-
+
恭喜您,报名成功!
开启您的学车之旅吧!
-
+
+
-
@@ -28,8 +26,8 @@
\ No newline at end of file
diff --git a/pages/indexEntry/enroll/registInfo/comp/comfigPopup.vue b/pages/indexEntry/enroll/registInfo/comp/comfigPopup.vue
index 8597297..da2c4ba 100644
--- a/pages/indexEntry/enroll/registInfo/comp/comfigPopup.vue
+++ b/pages/indexEntry/enroll/registInfo/comp/comfigPopup.vue
@@ -1,47 +1,50 @@
-
- 再次确认报名信息
-
- 选择驾校
- {{ info.school}}
-
-
- 选择车型
- {{info.trainType}}
-
-
- 选择班型
- {{info.classModel}}
-
-
- 选择教练
- {{info.coach}}
-
-
- 业务类型
- {{ info.businessType?'增领':'初领'}}
-
-
- 是否异地转入
- 暂时没对接
-
-
- 合计
- {{ $u.utils.priceTo(info.totalAmount) }}
-
-
- 支付形式
- {{ info.payType==1?'全款':'预付款'}}
-
-
- 待支付金额
- xxx
+
+
+ 再次确认报名信息
+
+ 选择驾校
+ {{ info.school}}
+
+
+ 选择车型
+ {{info.trainType}}
+
+
+ 选择班型
+ {{info.classModel}}
+
+
+ 选择教练
+ {{info.coach}}
+
+
+ 业务类型
+ {{ info.businessType?'增领':'初领'}}
+
+
+ 是否异地转入
+ 暂时没对接
+
+
+ 合计
+ {{ $u.utils.priceTo(info.totalAmount) }}
+
+
+ 支付形式
+ {{ info.payType==1?'全款':'预付款'}}
+
+
+ 待支付金额
+ xxx
+
- 返回修改
- 确认
+ 返回修改
+ 确认
+
\ No newline at end of file
diff --git a/pages/indexEntry/findShcool/comments/comments.vue b/pages/indexEntry/findShcool/comments/comments.vue
index fe12591..5d06304 100644
--- a/pages/indexEntry/findShcool/comments/comments.vue
+++ b/pages/indexEntry/findShcool/comments/comments.vue
@@ -44,13 +44,12 @@
display: flex;
z-index: 9;
.nav {
- padding: 10rpx 24rpx;
- height: 60rpx;
- background: rgba(25,137,250,0.1);
+ padding: 6rpx 24rpx;
+ height: 50rpx;
+ background: #F6F7FA;
border-radius: 8rpx;
- border: 2rpx solid #1989FA;
font-size: 28rpx;
- color: $themC;
+ color: #999;
margin-right: 20rpx;
text-align: center;
&.active {
@@ -62,8 +61,6 @@
.card {
width: 100%;
- padding: 24rpx 28rpx;
- margin-bottom: 20rpx;
}
}
\ No newline at end of file
diff --git a/pages/indexEntry/findShcool/findShcool.vue b/pages/indexEntry/findShcool/findShcool.vue
index dba688c..1a4098b 100644
--- a/pages/indexEntry/findShcool/findShcool.vue
+++ b/pages/indexEntry/findShcool/findShcool.vue
@@ -1,17 +1,20 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
{{ item.text }}
-
- 已 筛选
+
+ 筛选
-
+
@@ -30,7 +33,7 @@
\ No newline at end of file
diff --git a/pages/indexEntry/findShcool/searchShcool/searchShcool.vue b/pages/indexEntry/findShcool/searchShcool/searchShcool.vue
index 15871fb..3e0a729 100644
--- a/pages/indexEntry/findShcool/searchShcool/searchShcool.vue
+++ b/pages/indexEntry/findShcool/searchShcool/searchShcool.vue
@@ -1,201 +1,163 @@
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
- 历史搜索
-
-
-
-
-
- {{item}}
-
-
-
- 优选驾校
- 优选教练
-
-
-
- 1
-
-
-
-
-
-
-
+
+
+
-
-
-
- 驾校(2)
- 教练(30)
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/pages/indexEntry/findShcool/shcoolDetail/comp/tab1.vue b/pages/indexEntry/findShcool/shcoolDetail/comp/tab1.vue
index 0bf9b4c..b3d3b45 100644
--- a/pages/indexEntry/findShcool/shcoolDetail/comp/tab1.vue
+++ b/pages/indexEntry/findShcool/shcoolDetail/comp/tab1.vue
@@ -2,9 +2,11 @@
- {{ item.name }}
- ¥{{ $u.utils.priceTo(item.totalAmount) }}
+
+ {{ item.name }}
+ ¥ {{ $u.utils.priceTo(item.totalAmount) }}
+
报名
@@ -28,33 +30,41 @@
\ No newline at end of file
diff --git a/pages/tabbar/index/index.vue b/pages/tabbar/index/index.vue
index d1491b2..c331fc4 100644
--- a/pages/tabbar/index/index.vue
+++ b/pages/tabbar/index/index.vue
@@ -11,8 +11,8 @@
-
-
+
+
@@ -58,7 +58,7 @@
-
+
@@ -99,17 +99,17 @@
服务专区
-
+
学车指南
- 查看详细的学车流程
+ 政府平台 一站服务
GO
-
- 学车指南
- 查看详细的学车流程
+
+ 咨询投诉
+ 畅达沟通 听取民声
GO
@@ -380,10 +380,8 @@
padding-top: 10rpx;
.active {
&::before {
- // width: 54rpx;
- // height: 12rpx;
background: url('../../../static/images/icon/h1Active.png') #F6F7FA no-repeat;
- background-size: 100% 100%;
+ background-size: 52rpx 12rpx;
}
}
diff --git a/static/images/bigImg/topBg.png b/static/images/bigImg/topBg.png
new file mode 100644
index 0000000..93bf3d6
Binary files /dev/null and b/static/images/bigImg/topBg.png differ
diff --git a/static/images/carIcon/isSelect.png b/static/images/carIcon/isSelect.png
new file mode 100644
index 0000000..e2fa6eb
Binary files /dev/null and b/static/images/carIcon/isSelect.png differ
diff --git a/static/images/carIcon/noSelect.png b/static/images/carIcon/noSelect.png
new file mode 100644
index 0000000..35981ba
Binary files /dev/null and b/static/images/carIcon/noSelect.png differ
diff --git a/static/images/carIcon/paySuccess.png b/static/images/carIcon/paySuccess.png
new file mode 100644
index 0000000..fb18282
Binary files /dev/null and b/static/images/carIcon/paySuccess.png differ
diff --git a/static/images/carIcon/sanIcon.png b/static/images/carIcon/sanIcon.png
new file mode 100644
index 0000000..33f16d5
Binary files /dev/null and b/static/images/carIcon/sanIcon.png differ
diff --git a/static/images/carIcon/screeIcon.png b/static/images/carIcon/screeIcon.png
new file mode 100644
index 0000000..7d0a76d
Binary files /dev/null and b/static/images/carIcon/screeIcon.png differ
diff --git a/static/images/carIcon/wxIcon.png b/static/images/carIcon/wxIcon.png
new file mode 100644
index 0000000..a5752b9
Binary files /dev/null and b/static/images/carIcon/wxIcon.png differ
diff --git a/static/images/carIcon/xfbIcon.png b/static/images/carIcon/xfbIcon.png
new file mode 100644
index 0000000..e0d7488
Binary files /dev/null and b/static/images/carIcon/xfbIcon.png differ
diff --git a/static/images/icon/daohuang.png b/static/images/icon/daohuang.png
new file mode 100644
index 0000000..3bbf0f4
Binary files /dev/null and b/static/images/icon/daohuang.png differ
diff --git a/static/images/indexIcon/形状 101.png b/static/images/indexIcon/形状 101.png
deleted file mode 100644
index c27949a..0000000
Binary files a/static/images/indexIcon/形状 101.png and /dev/null differ
diff --git a/static/images/indexIcon/矩形 14(1).png b/static/images/indexIcon/矩形 14(1).png
deleted file mode 100644
index 5a490f1..0000000
Binary files a/static/images/indexIcon/矩形 14(1).png and /dev/null differ
diff --git a/static/images/indexIcon/矩形 14.png b/static/images/indexIcon/矩形 14.png
deleted file mode 100644
index 5a490f1..0000000
Binary files a/static/images/indexIcon/矩形 14.png and /dev/null differ
diff --git a/static/images/indexIcon/矩形 24.png b/static/images/indexIcon/矩形 24.png
deleted file mode 100644
index 33d8b1a..0000000
Binary files a/static/images/indexIcon/矩形 24.png and /dev/null differ
diff --git a/uni.scss b/uni.scss
index 2017b5b..4019c1c 100644
--- a/uni.scss
+++ b/uni.scss
@@ -77,4 +77,4 @@ $uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:15px;
// 自已定义的
-$themC: #FC9933,
+$themC: #3776FF,
diff --git a/uni_modules/uview-ui/components/u-search/u-search.vue b/uni_modules/uview-ui/components/u-search/u-search.vue
index 059066f..9410ced 100644
--- a/uni_modules/uview-ui/components/u-search/u-search.vue
+++ b/uni_modules/uview-ui/components/u-search/u-search.vue
@@ -1,7 +1,7 @@