From 09a8d1b4761bbfa62953264dcccbd17fc0a827e7 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 29 Apr 2026 10:29:47 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5186]=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=9F=A5=E8=AF=A2=EF=BC=8C=E7=9B=B2=E7=9B=92=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=98=BE=E7=A4=BA=E5=95=86=E5=93=81=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=EF=BC=8C=E9=9A=90=E8=97=8F=E9=87=91=E9=A2=9D=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/components/orderItem.vue | 44 ++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/aiChat/components/orderItem.vue b/aiChat/components/orderItem.vue index b00ae66..7357236 100644 --- a/aiChat/components/orderItem.vue +++ b/aiChat/components/orderItem.vue @@ -21,7 +21,7 @@ {{ item.statusName }} - + + + + + + + + + 盲盒礼物 + + + 待收货后展示商品信息 + + + + {{ formatDateTime(item.createTime) }} - 共{{ item.totalNum }}件商品, - - 总金额¥{{ item.totalPrice }} + 共{{ item.totalNum }}件商品 + + ,总金额¥{{ item.totalPrice }} @@ -179,6 +201,20 @@ export default { } } } + .product-info2 { + .name-wrap { + display: flex; + flex-direction: column; + justify-content: space-between; + width: calc(100% - 140rpx); + .attr { + padding: 0; + font-size: 24rpx; + color: #999; + background-color: #fff; + } + } + } .order-bottom { .time-total { display: flex;