From 8238211f3381473635c7edabe999d51774c7d47b Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Thu, 1 Jun 2023 12:41:04 +0800 Subject: [PATCH] =?UTF-8?q?im=20=E6=A8=A1=E5=9D=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/im/index.vue | 1057 +++++++++++++++++++++------------------ 1 file changed, 558 insertions(+), 499 deletions(-) diff --git a/pages/mine/im/index.vue b/pages/mine/im/index.vue index 7787276..af920ac 100644 --- a/pages/mine/im/index.vue +++ b/pages/mine/im/index.vue @@ -1,208 +1,121 @@ - - - - - - - - - - - - - {{ user.nickName }} - - {{ item.text }} - - - - - - - - - {{ - JSON.parse(item.text)["goodsName"] - }} - - ¥{{ JSON.parse(item.text)["price"] | unitPrice }} - - - + + + + + + + + + + + + + + + + + + {{ user.nickName }} + + {{ item.text }} + + + + + - - - - - 订单号:{{ JSON.parse(item.text)["sn"] }} - - - - - {{ order.name }} - - {{ order.goodsPrice | unitPrice("¥") }} - - - - - - {{ - JSON.parse(item.text)["paymentTime"] - }} - - + + + {{ + 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'] }} @@ -210,126 +123,236 @@ - - - - - - - - - - - - - {{ - goodListData.goodsName - }} - - - ¥{{ goodListData.price | unitPrice }} - - - X - - 发送商品 - - - - - + + - - 发送 + + + + + + + + + + {{ + goodListData.goodsName + }} + + ¥{{ + goodListData.price | unitPrice + }} + + + X + + 发送商品 + + + + + + + + + + + + + + + + + + 发送 + + - +