更改购物车,添加商品改价及时更新,订单列表

This commit is contained in:
wwz
2025-03-03 18:13:22 +08:00
parent c0af79f666
commit b40af3ea23
4 changed files with 142 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
</view>
<scroll-view scroll-y class="scroll-view">
<view class="list-wrap">
<view class="shop-item" v-for="(item,index) in props.cartList" :key="item.id">
<view class="shop-item" v-for="(item,index) in cartList" :key="item.id">
<view class="shop-item-content">
<view class="cover" v-if="item.productId!=-999">
<up-image :src="item.coverImg" width="80" radius="10" height="80"></up-image>