From 6d0a01183616b7bb71137d8eb55b5ef56c750681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 2 Sep 2025 08:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=93=E8=B4=AD=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/goods/index.css | 31 +-- packages/shop/groupPurchaseSubmit/index.vue | 99 ++++++--- packages/shop/index/index.css | 19 +- packages/shop/index/index.vue | 64 +++++- packages/shop/shopCar/index.vue | 223 +++++++++++++------- 5 files changed, 306 insertions(+), 130 deletions(-) diff --git a/packages/shop/goods/index.css b/packages/shop/goods/index.css index add7d498..25895368 100644 --- a/packages/shop/goods/index.css +++ b/packages/shop/goods/index.css @@ -21,20 +21,20 @@ image { display: flex; align-items: center; z-index: 2; -} - -.isDay { - background-color: orangered; - height: 35rpx; - border-radius: 5rpx; - color: white; - font-size: 22rpx; - text-align: center; - justify-content: center; - padding: 5rpx 10rpx; - display: flex; -} - +} + +.isDay { + background-color: orangered; + height: 35rpx; + border-radius: 5rpx; + color: white; + font-size: 22rpx; + text-align: center; + justify-content: center; + padding: 5rpx 10rpx; + display: flex; +} + .tag { background-color: orangered; color: white; @@ -108,6 +108,7 @@ image { color: #C7C7C7; margin-left: 30rpx; padding-bottom: 4rpx; + text-decoration: line-through; } .GGBox { @@ -186,7 +187,7 @@ image { color: #222222; margin: 0 20rpx; margin-top: 20rpx; - font-weight: 700; + font-weight: 700; display: flex; } diff --git a/packages/shop/groupPurchaseSubmit/index.vue b/packages/shop/groupPurchaseSubmit/index.vue index c57f42d4..b3f80ba7 100644 --- a/packages/shop/groupPurchaseSubmit/index.vue +++ b/packages/shop/groupPurchaseSubmit/index.vue @@ -43,7 +43,7 @@ ¥{{ item.commodity_goods_info.sales_price }}/{{ item.commodity_goods_info.goods_unit - }} + }} 运费 ¥{{ item.commodity_goods_info.freight }} @@ -240,7 +240,7 @@ -