diff --git a/buyer/src/pages/Cart.vue b/buyer/src/pages/Cart.vue
index 21589aa0..ac3054b1 100644
--- a/buyer/src/pages/Cart.vue
+++ b/buyer/src/pages/Cart.vue
@@ -122,7 +122,16 @@
"
/>
-
{{ goods.goodsSku.goodsName }}
+
+ {{ goods.goodsSku.goodsName }}
+
+
+ 批发商品
+
diff --git a/buyer/src/pages/GoodsList.vue b/buyer/src/pages/GoodsList.vue
index 6343afcf..6ff52c06 100644
--- a/buyer/src/pages/GoodsList.vue
+++ b/buyer/src/pages/GoodsList.vue
@@ -62,6 +62,13 @@
+
+ 批发
+
{{ item.content.goodsName }}
@@ -85,7 +92,9 @@
实物
@@ -203,6 +212,7 @@ export default {
this.params.pageSize = val;
this.getGoodsList();
},
+
// 获取商品列表
getGoodsList() {
this.loading = true;
@@ -255,6 +265,17 @@ export default {
padding: 0 3px;
background-color: #e23a3a;
}
+
+.goods-show-tag {
+ height: 18px;
+ width: 32px;
+ line-height: 14px;
+ white-space: nowrap;
+ text-align: center;
+ align-items: center;
+ padding: 0 3px;
+}
+
.goods-show-seller {
// padding:3px 0;
vertical-align: middle;