Fix(商品详情):[#1842]隐藏销量
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
<view class="label acea-row row-middle row-around" style="color: #666666;flex-wrap: nowrap;">
|
<view class="label acea-row row-middle row-around" style="color: #666666;flex-wrap: nowrap;">
|
||||||
<text>库存:{{ dayInfo.stock }}{{ dayInfo.unitName }}</text>
|
<text>库存:{{ dayInfo.stock }}{{ dayInfo.unitName }}</text>
|
||||||
<text v-if="tempName">{{ tempName }}</text>
|
<text v-if="tempName">{{ tempName }}</text>
|
||||||
<text>销量:{{ dayInfo.sales }}{{ dayInfo.unitName }}</text>
|
<!-- <text>销量:{{ dayInfo.sales }}{{ dayInfo.unitName }}</text> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user