From e1a3c0a04fdf128f18974949dcf18060065d2380 Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Sun, 8 Sep 2024 20:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=8A=A8=E6=80=81=E5=92=8C?= =?UTF-8?q?=E6=BC=94=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 10 + components/toast/confirmationPopup.vue | 65 ++++--- pages/publish/actorRelease.vue | 339 +++++++++++++++++---------------- pages/publish/publishPost.vue | 32 +++- pages_mine/mine/authFirm.vue | 66 +++++-- static/image/+.png | Bin 0 -> 585 bytes 6 files changed, 293 insertions(+), 219 deletions(-) create mode 100644 static/image/+.png diff --git a/api/api.js b/api/api.js index 6279b50..f26c117 100644 --- a/api/api.js +++ b/api/api.js @@ -23,6 +23,16 @@ const config = { url: '/api/index/getActorDetail', method: 'GET' }, + //发布演员接口 + publishActor: { + url: '/api/index/releaseActorSet', + method: 'POST' + }, + //发布动态接口 + publishDynamicState: { + url: '/api/index/releaseTrends', + method: 'POST' + }, //获取认证演员 indexGetActorList: { url: '/api/index/getActorList', diff --git a/components/toast/confirmationPopup.vue b/components/toast/confirmationPopup.vue index 13bda7e..8858c0b 100644 --- a/components/toast/confirmationPopup.vue +++ b/components/toast/confirmationPopup.vue @@ -1,8 +1,5 @@