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 }} - - - - - - - - - - - - - - 发送 - - + + + + + + + 发送 - -