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; + }