From 079144e21cf09bfa5dc121e471d4811a83336224 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 16 Nov 2023 16:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/product.js | 4 ++ src/views/product/productComment/index.vue | 62 +++++++++++++++++----- 2 files changed, 52 insertions(+), 14 deletions(-) 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 @@