同步数据

This commit is contained in:
2022-06-12 13:09:03 +08:00
parent b8c986c0d8
commit 238db66375
15 changed files with 2380 additions and 1238 deletions

View File

@@ -9,7 +9,7 @@
<view class="price" :style="{color: color}">{{item.price.price_min || '0'}}
<view class="price-type">
<text> DT积分</text>
<text class="kucun" v-if="showSalce"> 库存量:1222</text>
<text class="kucun" v-if="showSalce"> 库存量:{{item.stock || '0'}}</text>
</view>
</view>
</view>