From c070ed01f7e259c6ba87df4ab90915829234a2b5 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: Tue, 11 Apr 2023 15:17:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:bug:=20=E9=87=8D=E6=9E=84im?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/im/index-app.scss | 5 +- pages/mine/im/index.vue | 1053 ++++++++++++++++------------------ 2 files changed, 499 insertions(+), 559 deletions(-) diff --git a/pages/mine/im/index-app.scss b/pages/mine/im/index-app.scss index 10c4d8b..ebec467 100644 --- a/pages/mine/im/index-app.scss +++ b/pages/mine/im/index-app.scss @@ -2407,15 +2407,14 @@ button.cuIcon.lg { ==================== */ .cu-tag { - font-size: 32upx; vertical-align: middle; position: relative; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; - padding: 0upx 16upx; - height: 50upx; + padding: 0upx 16rpx; + height: 70rpx; width: 150rpx; font-family: Helvetica Neue, Helvetica, sans-serif; white-space: nowrap; diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue index af920ac..7787276 100644 --- a/pages/mine/im/index.vue +++ b/pages/mine/im/index.vue @@ -1,121 +1,208 @@ - - - - - - - - - - - - - - - - - - {{ user.nickName }} - - {{ item.text }} - - - - - - - - - {{ - JSON.parse(item.text)['goodsName'] - }} - - ¥{{ - JSON.parse(item.text)['price'] | unitPrice - }} - - - - - - - - 订单号:{{ JSON.parse(item.text)['sn'] }} - - - - {{ - order.name - }} - {{ - order.goodsPrice | unitPrice("¥") - }} - - - - - - {{ JSON.parse(item.text)['paymentTime'] }} + + + + + + + + + + + + + {{ user.nickName }} + + {{ item.text }} + + + + + + + + {{ + JSON.parse(item.text)["goodsName"] + }} + + ¥{{ JSON.parse(item.text)["price"] | unitPrice }} + + + + + + + + + 订单号:{{ JSON.parse(item.text)["sn"] }} + + + + + {{ order.name }} + + {{ order.goodsPrice | unitPrice("¥") }} + + + + + + {{ + JSON.parse(item.text)["paymentTime"] + }} + + + + + + - - - - - - - - - - - - - - {{ toUser.name }} - - {{ item.text }} - - - - - - - - - {{ - JSON.parse(item.text)['goodsName'] - }} - - ¥{{ - JSON.parse(item.text)['price'] - }} + + + + + + + + + {{ toUser.name }} + + {{ item.text }} + + + + + + + + + {{ + JSON.parse(item.text)["goodsName"] + }} + + ¥{{ JSON.parse(item.text)["price"] }} + + - - - - - 订单号:{{ JSON.parse(item.text)['sn'] }} - - - - {{ - JSON.parse(item.text)['groupName'] - }} - - {{ JSON.parse(item.text)['paymentTime'] }} + + + 订单号:{{ JSON.parse(item.text)["sn"] }} + + + + {{ + JSON.parse(item.text)["groupName"] + }} + + {{ + JSON.parse(item.text)["paymentTime"] + }} + + @@ -123,236 +210,126 @@ - - - - - - - - - - - + + + + + + + + + + + + {{ + goodListData.goodsName + }} - - - {{ - goodListData.goodsName - }} - - ¥{{ - goodListData.price | unitPrice - }} - - - X - - 发送商品 + + ¥{{ goodListData.price | unitPrice }} - - - - - - - - - - - - - - 发送 - - + + + + + + + 发送 - -