Fix(商品):[#1306]库存显示为具体某一规格的库存
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
<view class="after-title">规格</view>
|
<view class="after-title">规格</view>
|
||||||
<view class="title bold">{{ attrValue }}</view>
|
<view class="title bold">{{ attrValue }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="value">库存:{{ storeInfo.stock }}
|
<view class="value">库存:{{ attr.productSelect.stock }}
|
||||||
<uni-icons type="right" size="13" color="#707070"></uni-icons>
|
<uni-icons type="right" size="13" color="#707070"></uni-icons>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user