From 2e27a2fb85cb5a9df92acdf97216c004a421a177 Mon Sep 17 00:00:00 2001 From: mabo Date: Thu, 12 Aug 2021 01:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E8=AF=84=E7=8E=87=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E7=94=B3=E8=AF=B7=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8F=98=E5=BD=A2=EF=BC=8C=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E8=B6=B3=E8=BF=B9=E4=B8=8D=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E7=BB=93=E7=AE=97=E5=8D=95=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=AE=A1=E6=A0=B8=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=88=B0=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goodsDetail/ShowGoodsDetail.vue | 7 +- .../pages/home/orderCenter/ApplyAfterSale.vue | 2 +- buyer/src/pages/home/userCenter/MyTracks.vue | 2 + .../src/views/goods/goods-manage/category.vue | 4 +- manager/src/views/seller/bill/bill.vue | 8 +- .../src/views/seller/shop/shopAuditList.vue | 185 +----------------- .../src/views/seller/shop/shopOperation.vue | 86 ++++++-- 7 files changed, 92 insertions(+), 202 deletions(-) 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 @@
- - {{skuDetail.grade || 100}}% + + {{skuDetail.grade}}%

好评率

@@ -206,6 +206,9 @@ export default { }); window.addEventListener('scroll', this.handleScroll) this.getList(); + if (this.skuDetail.grade === null || this.skuDetail.grade === undefined) { + this.skuDetail.grade = 100 + } } }; 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 @@ >