diff --git a/components/UserEvaluation.vue b/components/UserEvaluation.vue index a68bcd0..eb18a65 100644 --- a/components/UserEvaluation.vue +++ b/components/UserEvaluation.vue @@ -3,10 +3,10 @@ - + @@ -15,22 +15,9 @@ {{ item.createTime }} - - - - {{ item.sku }} - - - - - + + {{ item.sku }} + diff --git a/pages/shop/EvaluateList/index.vue b/pages/shop/EvaluateList/index.vue index f3c61a8..72d8afa 100644 --- a/pages/shop/EvaluateList/index.vue +++ b/pages/shop/EvaluateList/index.vue @@ -7,8 +7,8 @@ - {{ replyData.replyChance || 0 }} - 好评率 + {{ isTravelGroup ? replyData.replyChance || 0 : replyData.replyChance + '%' || 0 }} + {{ ` 好评率` }}