From a95fa69c6236b376002c1cc91f9f86e275ca2895 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 10 Dec 2025 13:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=82=B9=E9=A4=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=99=90?= =?UTF-8?q?=E6=97=B6=E6=8A=98=E6=89=A3=E5=80=92=E8=AE=A1=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/components/shoppingCartes.vue | 9 +- pages/product/index.vue | 257 ++++++++++++++++---- src/auto-imports.d.ts | 2 + vite.config.js | 24 +- 4 files changed, 226 insertions(+), 66 deletions(-) diff --git a/pages/product/components/shoppingCartes.vue b/pages/product/components/shoppingCartes.vue index ddc39ed..646991c 100644 --- a/pages/product/components/shoppingCartes.vue +++ b/pages/product/components/shoppingCartes.vue @@ -17,7 +17,7 @@ --> - + 购物车 @@ -142,6 +142,9 @@ import * as orderUtils from "@/utils/order-utils.js"; const emits = defineEmits(["customevent", "close", "clickcancelOrder"]); const props = defineProps({ + nextFullAmountActivty: { + type: Object, + }, cartList: { type: Array, }, @@ -361,7 +364,9 @@ const cartclear = () => { .list-wrap { padding: 0 28rpx; - + &.pb-20{ + padding-bottom: 20px; + } .ShoppingCart { font-size: 30rpx; text-align: left; diff --git a/pages/product/index.vue b/pages/product/index.vue index 87dc8de..94cc1d0 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -3,15 +3,39 @@