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" > - - + + + - - + + + + + +