From 1335cad483db2404d2f3355baa4a3567d6b8d79f Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 19 Jan 2024 10:03:01 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B4=AD=E7=89=A9=E8=BD=A6=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E4=BC=98=E5=8C=96=202024.1.19=20sws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cart/cart.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/components/cart/cart.vue b/components/cart/cart.vue index c2127e83..768d95ec 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -242,9 +242,13 @@ - - - {{ item.name }} + + + {{ items.name }} + {{ items.alias }} + + + {{ item.name }} {{ item.tips }} @@ -1503,4 +1507,13 @@ .scroll-box-popup .content .item .cart-goods-image { width: 100%; } + .alias { + margin-left: 20rpx; + padding: 0 12rpx; + line-height: 40rpx; + height: 40rpx; + font-size: 20rpx; + background: #eee; + border-radius: 20rpx; + }