feat: shoppingCart修改
parent
1777470f47
commit
0de6fc7529
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<Carte :carte="shoppingCartList" />
|
||||
<div class="bg-white px-[30rpx] pb-[16rpx]">
|
||||
<CheckoutBtn />
|
||||
<CheckoutBtn @handleCheckoutBtn="handleShowCheckoutCart"/>
|
||||
</div>
|
||||
</div>
|
||||
</nut-action-sheet>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue