diff --git a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue index 45360e65..b54d65a8 100644 --- a/buyer/src/components/goodsDetail/ShowGoodsDetail.vue +++ b/buyer/src/components/goodsDetail/ShowGoodsDetail.vue @@ -14,8 +14,8 @@
好评率
{{storeMsg.storeName || 'xx店铺'}}
@@ -199,10 +199,6 @@ export default { margin: 0 auto; align-items: center; - img { - width: 80px; - } - >div:nth-child(2){ margin-left: 10px; flex: 1; @@ -212,9 +208,6 @@ export default { width: 200px; } } - img { - height: 80px; - } p:nth-child(1) { font-size: 20px; } diff --git a/buyer/src/pages/home/memberCenter/Distribution.vue b/buyer/src/pages/home/memberCenter/Distribution.vue index 481e82d3..8b911072 100644 --- a/buyer/src/pages/home/memberCenter/Distribution.vue +++ b/buyer/src/pages/home/memberCenter/Distribution.vue @@ -240,6 +240,7 @@ export default { if (res.success) { this.$Message.success('申请已提交,请等待审核') this.distribution() + this.getLog() } else { this.$Message.error(res.message) } diff --git a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue index 31c5d166..1617a3d9 100644 --- a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue +++ b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue @@ -8,7 +8,7 @@ >