From cc9eee696ac5356f48ef5606e24b785f534ac287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Mon, 25 Aug 2025 17:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchaseDetail/index.css | 13 +++++++++++++ packages/shop/groupPurchaseDetail/index.vue | 4 ++-- packages/shop/shopCar/index.css | 17 +++++++++++------ packages/shop/shopCar/index.vue | 6 ------ 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/packages/shop/groupPurchaseDetail/index.css b/packages/shop/groupPurchaseDetail/index.css index a4a4dc43..cb633889 100644 --- a/packages/shop/groupPurchaseDetail/index.css +++ b/packages/shop/groupPurchaseDetail/index.css @@ -512,6 +512,19 @@ image { margin-top: 26rpx; } +.car_right2 { + width: 470rpx; + height: 70rpx; + background: #ffb1a5; + border-radius: 100rpx 100rpx 100rpx 100rpx; + font-size: 36rpx; + color: #FFFFFF; + display: flex; + align-items: center; + justify-content: center; + margin-top: 26rpx; +} + .cars { display: flex; flex-direction: column; diff --git a/packages/shop/groupPurchaseDetail/index.vue b/packages/shop/groupPurchaseDetail/index.vue index c5e76162..1fe6fa80 100644 --- a/packages/shop/groupPurchaseDetail/index.vue +++ b/packages/shop/groupPurchaseDetail/index.vue @@ -123,7 +123,7 @@

商品详情

- 商品编号 + 货号 {{ currentGG.goods_no }} @@ -173,7 +173,7 @@ - + 已售罄 diff --git a/packages/shop/shopCar/index.css b/packages/shop/shopCar/index.css index d40c9638..952bf76c 100644 --- a/packages/shop/shopCar/index.css +++ b/packages/shop/shopCar/index.css @@ -1,3 +1,8 @@ +.main { + height: 77vh; + overflow-y: auto; +} + .searchBox { display: flex; align-items: center; @@ -24,8 +29,8 @@ } .isDay { - position: absolute; - + position: absolute; + } .tag { @@ -39,13 +44,13 @@ .tag-img { position: absolute; /* top: 1; */ - bottom: 1; + bottom: 1; left: 10; z-index: 1; } .is_day { - margin-left: 20rpx; + margin-left: 20rpx; } .empty { @@ -76,13 +81,13 @@ justify-content: flex-end; } -.goodsItem_supplier{ +.goodsItem_supplier { display: flex; align-items: center; margin: 20rpx; } -.goodsItem_tit{ +.goodsItem_tit { font-size: 35rpx; font-weight: bold; } diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue index 1f896320..451dab42 100644 --- a/packages/shop/shopCar/index.vue +++ b/packages/shop/shopCar/index.vue @@ -161,11 +161,6 @@ - - - - - @@ -269,7 +264,6 @@ export default { // 结算 submitOrder() { let arr = []; - console.log("🚀 ~ submitOrder ~ this.shopCarList:", this.shopCarList) // 收集包邮购物车中选中的商品 this.shopCarList.forEach((item) => { item.commodity_cart_and_goods_model.forEach((ite) => {