修复结算页显示失效商品问题

master
paulGao 2022-04-21 16:11:11 +08:00
parent c4168c9a2b
commit 7ff51b5e53
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
<div class="goods-list"> <div class="goods-list">
<div <div
class="goods-item" class="goods-item"
v-for="(goods, goodsIndex) in shop.skuList" v-for="(goods, goodsIndex) in shop.checkedSkuList"
:key="goodsIndex" :key="goodsIndex"
> >
<span <span