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 + + 发送商品 + + + + + + + + + + + + + + + + + + 发送 + + - +