diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index c0ad6099..39824e41 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -47,6 +47,7 @@ +
左转 @@ -58,6 +59,22 @@ {{item.goodsName}} {{item.createTime}}

+ + +
+

商家回复

+
+

{{ item.reply }}

+
+
+
+ +
+
+
+
+
+
@@ -506,4 +523,10 @@ table{ margin-left: 30px; span{color:#999} } +.reply{ + >*{ + margin: 4px; + } + +}