diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue index 76cf3f8..cf3cb12 100644 --- a/pages/mine/im/index.vue +++ b/pages/mine/im/index.vue @@ -42,20 +42,26 @@ - + + - 订单号:{{ JSON.parse(item.text)['sn'] }} +
订单号:{{ JSON.parse(item.text)['sn'] }}
+
+ + +
{{ + order.name + }}
+
{{ + order.goodsPrice | unitPrice("¥") + }}
+ +
+
- - - {{ - JSON.parse(item.text)['groupName'] - }} - + {{ JSON.parse(item.text)['paymentTime'] }} -
@@ -91,7 +97,7 @@ JSON.parse(item.text)['goodsName'] }}
- ¥{{ + ¥{{ JSON.parse(item.text)['price'] }} @@ -704,16 +710,13 @@ export default { .orderSn { width: 350rpx; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; + } .groupNameOrTime { + width: 200rpx; margin: 15rpx 15rpx; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; + } .orderGood { @@ -889,6 +892,10 @@ export default { font-size: 24rpx; color: $main-color; font-weight: bold; + margin-top: 10rpx; +} +.order-item{ + margin: 10rpx 0 }