feat: shoppingCart修改

master
xjs 2025-07-24 11:28:11 +08:00
parent 1777470f47
commit 0de6fc7529
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<Carte :carte="shoppingCartList" />
<div class="bg-white px-[30rpx] pb-[16rpx]">
<CheckoutBtn />
<CheckoutBtn @handleCheckoutBtn="handleShowCheckoutCart"/>
</div>
</div>
</nut-action-sheet>

View File

@ -98,7 +98,7 @@
<nut-action-sheet v-model:visible="shoppingCartShow" class="">
<div class="flex flex-col">
<div class="relative py-[32rpx] text-center bg-white">
<div class="text-[36rpx] font-500">选择收货地址</div>
<div class="text-[36rpx] font-500">购物车</div>
<div
class="w-[60rpx] h-[60rpx] bg-[#f5f5f5] rounded-full absolute top-[20rpx] right-[20rpx] flex items-center justify-center"
@click="shoppingCartShow = false">