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;