diff --git a/pages/team/team_ping/team_ping.js b/pages/team/team_ping/team_ping.js
index aa8975b..0ccecc4 100644
--- a/pages/team/team_ping/team_ping.js
+++ b/pages/team/team_ping/team_ping.js
@@ -157,7 +157,7 @@ Page({
}
wx.hideLoading();
- ee.setData({ order: this.data.requestData, ordertx:ordertx});
+ ee.setData({ order: this.data.requestData, ordertx: ordertx, isgo:1});
},
//---滚动到底部加载更多---
diff --git a/pages/team/team_ping/team_ping.wxml b/pages/team/team_ping/team_ping.wxml
index decccf5..3d233e3 100644
--- a/pages/team/team_ping/team_ping.wxml
+++ b/pages/team/team_ping/team_ping.wxml
@@ -1,4 +1,4 @@
-
+
@@ -62,9 +62,24 @@
diff --git a/pages/user/order_detail/order_detail.wxss b/pages/user/order_detail/order_detail.wxss
index c18cc63..e82786b 100644
--- a/pages/user/order_detail/order_detail.wxss
+++ b/pages/user/order_detail/order_detail.wxss
@@ -119,7 +119,7 @@
.information .title {
height: 70rpx;
line-height: 70rpx;
- border-bottom: 1px solid #ddd;
+ border-bottom: 1rpx solid #ddd;
font-size: 34rpx;
color: #333;
}
@@ -130,8 +130,15 @@
height: 60rpx;
line-height: 60rpx;
font-size: 30rpx;
- color: #666;
+ color: #333;
+}
+
+.information .item.pnew{
+ height: 50rpx;
+ line-height: 50rpx;
+ color: #999;
}
+.item-line{ margin: 5rpx 0; height: 1rpx; border-bottom:1rpx solid #ddd }
.delivery-address,.leave-word {
width: 500rpx;
diff --git a/pages/user/order_list/order_list.wxml b/pages/user/order_list/order_list.wxml
index 64d9258..4136502 100644
--- a/pages/user/order_list/order_list.wxml
+++ b/pages/user/order_list/order_list.wxml
@@ -53,7 +53,7 @@
金额:¥{{filters.toFix(item.order_amount+item.user_money+item.pt_tail_money,2)}}
- 定金:¥{{filters.toFix(item.order_amount+item.user_money,2)}}
+ 定金:¥{{filters.toFix(item.order_amount+item.user_money,2)}}
金额:¥{{filters.toFix(item.order_amount+item.user_money,2)}}
尾款:¥{{item.pt_tail_money}}