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 @@ >