提交优化 #9

Merged
root merged 6 commits from Branch_ccc into master 2024-10-22 18:25:38 +08:00
Showing only changes of commit 4fbc8b9bf3 - Show all commits

View File

@ -18,7 +18,7 @@
<view class="c-goods"> <view class="c-goods">
<view class="t"> <view class="t">
{{item.count}}件商品 {{state.orderInfo.productCount}}件商品
</view> </view>
<view class="b-detail" v-for="(item,index) in state.orderInfo.items" :key="item.goods_id"> <view class="b-detail" v-for="(item,index) in state.orderInfo.items" :key="item.goods_id">