diff --git a/my/order/pay.vue b/my/order/pay.vue
index c8618e4..a802a02 100644
--- a/my/order/pay.vue
+++ b/my/order/pay.vue
@@ -2233,7 +2233,6 @@
border-radius: 16rpx 16rpx 16rpx 1rpx ;
color: #fff;
font-size: 12px;
-
}
.justify-title-nav{
width: 90%;
diff --git a/my/order/paydingTCX.vue b/my/order/paydingTCX.vue
index 5e420de..00a9cf2 100644
--- a/my/order/paydingTCX.vue
+++ b/my/order/paydingTCX.vue
@@ -94,51 +94,54 @@
- {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':order.technicianType=='5'?'资深':''}}
+ {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':order.technicianType=='5'?'资深':''}}
- 订单信息
-
- 订单编号
-
+ 订单信息
+
+
+
+ 订单编号
+
{{order.ordersNo}}
-
- 预约时间
- {{order.serveTime}}
+
+ 预约时间
+ {{order.serveTime}}
-
- 下单时间
- {{order.createTime}}
+
+ 下单时间
+ {{order.createTime}}
订单费用
- {{order.packageType=='105'?'项目次卡':order.packageType=='106'?'服务疗程':'套餐名称'}}
-
+ {{order.packageType=='105'?'项目次卡':order.packageType=='106'?'服务疗程':'套餐名称'}}
+
{{order.ordersMassageList[0].userPackageDetail?order.ordersMassageList[0].userPackageDetail.mainTitle:order.ordersMassageList[0].massageType.mainTitle}}
- 项目名称
+ 项目名称
{{order.entryName}}
- 服务时长
+ 服务时长
{{order.duration}}分钟
- 项目价格
+ 项目价格
¥{{order.massagePrice}}
- 会员折扣
+ 会员折扣
{{order.vipRate}}%
@@ -2017,4 +2020,36 @@
line-height: 80rpx;
text-align:right;
}
+ .level_button{
+ padding: 3rpx 13rpx;
+ background: linear-gradient(to right, #fe9131, #ff9869);
+ border-radius: 16rpx 16rpx 16rpx 1rpx ;
+ color: #fff;
+ font-size: 12px;
+ }
+ .justify-title-nav{
+ width: 90%;
+ display: flex;
+ flex-direction: column;
+ position: relative;
+ margin: 10px 0;
+ }
+ .justify-title-nav-bor{
+ width: 64px;
+ height: 5px;
+ border-radius: 3px;
+ position: absolute;
+ bottom: 0;
+ background: linear-gradient(90deg, rgba(234, 248, 245, 0.7), rgba(132, 211, 196, 0.7));
+ }
+ .justify-title{
+ font-weight: bold;
+ font-size: 32rpx;
+ color: #333;
+ }
+ .jusitify-line-end{
+ height: 1px;
+ border-bottom: 1px #f4f4f4 solid;
+ margin: 15px 0;
+ }
\ No newline at end of file