From 767ad9456540ef9914bd59964e50c833e4c849ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Wed, 1 Mar 2023 18:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Im=20=E5=A4=9A=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/im/index.vue | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) 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 }