From 6b9bee8acf4a73c54bc8afa7bc77efab761f14e7 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 16 Nov 2023 15:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E8=AF=84=E8=AE=BA=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/Reviews/index.vue | 53 ++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/src/api/product.js b/src/api/product.js index 9c81c87..233c21c 100644 --- a/src/api/product.js +++ b/src/api/product.js @@ -200,6 +200,10 @@ export function reviewLstApi(data) { export function reviewReplyApi(id) { return request.get(`store/reply/form/${id}`) } +// 商品列表 -- 评价审核通过 +export function reviewReplyPass(replyId) { + return request.get(`store/reply/examine/${replyId}`) +} /** * @description 商品列表 -- 评价回复 */ diff --git a/src/views/product/Reviews/index.vue b/src/views/product/Reviews/index.vue index 3876ce7..0151652 100644 --- a/src/views/product/Reviews/index.vue +++ b/src/views/product/Reviews/index.vue @@ -4,6 +4,21 @@