添加了销量
This commit is contained in:
parent
e98ad66060
commit
6039328f54
@ -37,6 +37,10 @@
|
|||||||
<text>{{ goodsInfo.is_collect == 1 ? '已收藏' : '收藏' }}</text>
|
<text>{{ goodsInfo.is_collect == 1 ? '已收藏' : '收藏' }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="shuliang">
|
||||||
|
<text>历史销售数量:{{goodsInfo.goods_salenum}}</text>
|
||||||
|
<text>库存仅剩数量:{{goodsInfo.goods_storage}}</text>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="hr"></view>
|
<view class="hr"></view>
|
||||||
<!-- <navs :value="领券"></navs> -->
|
<!-- <navs :value="领券"></navs> -->
|
||||||
@ -776,6 +780,14 @@ export default {
|
|||||||
.goods-name {
|
.goods-name {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
.shuliang{
|
||||||
|
padding-top: 33rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color:#656565;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.price-collect {
|
.price-collect {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -1252,6 +1264,7 @@ export default {
|
|||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
color: #ff3131;
|
color: #ff3131;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.num {
|
.num {
|
||||||
|
Loading…
Reference in New Issue
Block a user