From 6039328f54323a10fcfc2fb2aa6c268b4e20fa04 Mon Sep 17 00:00:00 2001
From: luyuan <1162963624@qq.com>
Date: Mon, 31 Aug 2020 17:04:15 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E9=94=80=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pageB/sdetails/index.vue | 13 +++++++++++++
1 file changed, 13 insertions(+)
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 {