From bcb68be43f3dce14a9535b26bfac9046c82b5a51 Mon Sep 17 00:00:00 2001
From: penny <2500338766@qq.com>
Date: Thu, 2 Jun 2022 09:52:05 +0800
Subject: [PATCH] =?UTF-8?q?feature-1.0:=E5=AE=8C=E5=96=84=E8=89=BA?=
=?UTF-8?q?=E6=9C=AF=E5=AE=B6=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/img/creator.js | 9 ---------
src/views/img/creator/index.vue | 6 +++---
2 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/src/api/img/creator.js b/src/api/img/creator.js
index 6f2505f..878fdff 100644
--- a/src/api/img/creator.js
+++ b/src/api/img/creator.js
@@ -70,12 +70,3 @@ export function verifyUnPass(data) {
})
}
-// 获取管理员详情
-export function getCreatorDetails(id) {
- return request({
- url: '/img/img/creator/details/' + id,
- method: 'get'
- })
-}
-
-
diff --git a/src/views/img/creator/index.vue b/src/views/img/creator/index.vue
index edf7089..6e32454 100644
--- a/src/views/img/creator/index.vue
+++ b/src/views/img/creator/index.vue
@@ -114,7 +114,7 @@
-
+
{{scope.row.status == '0' ? '待审核' : scope.row.status == '1' ? "审核通过": scope.row.status == '2' ? "审核拒绝":''}}
@@ -239,8 +239,8 @@
-
-
+
+