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 @@