diff --git a/pageB/sdetails/index.vue b/pageB/sdetails/index.vue
index 8822890..75d9f4c 100644
--- a/pageB/sdetails/index.vue
+++ b/pageB/sdetails/index.vue
@@ -37,6 +37,10 @@
{{ goodsInfo.is_collect == 1 ? '已收藏' : '收藏' }}
+
+ 历史销售数量:{{goodsInfo.goods_salenum}}
+ 库存仅剩数量:{{goodsInfo.goods_storage}}
+
@@ -776,7 +780,15 @@ export default {
.goods-name {
line-height: 1.5;
}
+
}
+ .shuliang{
+ padding-top: 33rpx;
+ font-size: 24rpx;
+ color:#656565;
+ display: flex;
+ justify-content: space-between;
+ }
.price-collect {
display: flex;
align-items: center;
@@ -1252,6 +1264,7 @@ export default {
font-size: 30rpx;
color: #ff3131;
}
+
}
}
.num {