diff --git a/pages/team/team_ping/team_ping.wxml b/pages/team/team_ping/team_ping.wxml
index 3d233e3..4f60b02 100644
--- a/pages/team/team_ping/team_ping.wxml
+++ b/pages/team/team_ping/team_ping.wxml
@@ -15,7 +15,7 @@
- 订单编号:{{item.order_sn}}
+ 订单编号:{{item.order_sn}}
@@ -25,7 +25,7 @@
- {{item.goods.goods_name}}
+ {{item.order_goods[0].goods_name}}
@@ -33,7 +33,7 @@
¥
{{item.order_goods[0].goods_price}}
- 零售价:¥{{item.order_goods[0].market_price}}
+ 零售价:¥{{item.order_goods[0].market_price}}
@@ -70,9 +70,9 @@
-
-
+ 定金:¥{{filters.toFix(item.order_amount+item.user_money,2)}}
+
+
@@ -106,7 +106,7 @@
- 剩余:
+ 剩余:
{{item.djs.day}}天
{{item.djs.hou}}时
{{item.djs.min}}分
diff --git a/pages/team/team_ping/team_ping.wxss b/pages/team/team_ping/team_ping.wxss
index bc72682..5b80715 100644
--- a/pages/team/team_ping/team_ping.wxss
+++ b/pages/team/team_ping/team_ping.wxss
@@ -91,7 +91,7 @@
.pd-wz{
display: inline-block;
- font-size: 25rpx;
+ font-size: 28rpx;
line-height: 76rpx;
color: #000;
font-weight: normal;
@@ -188,7 +188,7 @@ height:222rpx;
.foot-l-wz{
padding-right: 10rpx;
display: inline-block;
- font-size: 34rpx;
+ font-size: 30rpx;
color: #e4374d;
font-weight: normal;
}
@@ -325,6 +325,7 @@ margin-right: 20rpx;
justify-content:flex-end;
width:97%;
margin-bottom:40rpx;
+ line-height: 36rpx;
}
@@ -333,7 +334,7 @@ margin-bottom:40rpx;
border-radius: 7rpx;
font-size: 25rpx;
margin-right:8rpx;
- line-height: 46rpx
+ line-height: 36rpx
}
.xc-price-sn{
height:73rpx;
@@ -372,9 +373,9 @@ margin-left:5rpx;
}
.foot-l-wz2{
- font-size: 34rpx;
+ font-size: 30rpx;
color: #e4374d;
font-weight: normal;
margin-top:-40rpx;
- margin-left:80rpx
+ margin-left:98rpx
}
\ No newline at end of file