diff --git a/src/api/product.js b/src/api/product.js index 4a631f4..9f42b25 100644 --- a/src/api/product.js +++ b/src/api/product.js @@ -198,6 +198,10 @@ export function seckillLstFilterApi() { export function replyListApi(data) { return request.get(`store/reply/lst`, data) } +// 商品评论 -- 审核 +export function reviewReplyPass(replyId) { + return request.get(`store/reply/examine/${replyId}`) +} /** * @description 商品评论 -- 添加 */ diff --git a/src/views/product/productComment/index.vue b/src/views/product/productComment/index.vue index ce2ce95..2f23ac8 100644 --- a/src/views/product/productComment/index.vue +++ b/src/views/product/productComment/index.vue @@ -4,6 +4,12 @@
+ + + + + + 添加自评
- - + + - - - - + + + + - - + + + + + @@ -136,7 +144,7 @@