From 09b106fec566a46f5ce4b4d1a9130b19268b1737 Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Thu, 11 Apr 2024 10:17:09 +0800 Subject: [PATCH] 1 --- src/api/product.js | 6 ++ src/views/merchant/application/index.vue | 17 +++-- src/views/merchant/application/merInfo.vue | 64 ++++++++++++------- src/views/product/productExamine/index.vue | 18 ++---- src/views/product/productExamine/info.vue | 38 +++++++++-- .../product/productExamine/proDetails.vue | 36 ++++++++++- 6 files changed, 128 insertions(+), 51 deletions(-) diff --git a/src/api/product.js b/src/api/product.js index f9b510e..f1d232f 100644 --- a/src/api/product.js +++ b/src/api/product.js @@ -195,6 +195,12 @@ export function productStatusSecondApi(data) { export function productStatusApi(data) { return request.post(`store/product/status`, data) } +/** + * @description 商品审核 -- 最终审核 + */ +export function productStatusUnlockApi(data) { + return request.post(`store/product/status_unlock`, data) +} /** * @description 秒杀商品审核 -- 表单提交 */ diff --git a/src/views/merchant/application/index.vue b/src/views/merchant/application/index.vue index c3ced15..472c5cb 100644 --- a/src/views/merchant/application/index.vue +++ b/src/views/merchant/application/index.vue @@ -60,11 +60,11 @@ /> - + @@ -84,11 +84,16 @@ class="switchTable" > - - + + + - - + + + + + +