From c73defcb5529a04198042066db82e305e1cf1fe3 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 6 Sep 2024 23:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 16 +++ components/config/showPrivacyAgreement.vue | 188 +++++++++++++++++------------ components/post/actorList.vue | 6 +- main.js | 3 + manifest.json | 2 +- pages/index/index.vue | 34 +++--- pages/mine/promotionRecord.vue | 1 - pages/mine/purse.vue | 52 ++++++-- pages/publish/actorDetail.vue | 44 +++++-- 9 files changed, 224 insertions(+), 122 deletions(-) diff --git a/api/api.js b/api/api.js index 971e4a0..d7d6dba 100644 --- a/api/api.js +++ b/api/api.js @@ -18,6 +18,11 @@ const config = { url: '/api/index/getBanner', method: 'GET' }, + //获取演员集详情接口 + indexGetActorDetail: { + url: '/api/index/getActorDetail', + method: 'GET' + }, //获取认证演员 indexGetActorList: { url: '/api/index/getActorList', @@ -43,6 +48,11 @@ const config = { url: '/api/index/getComplaintReason', method: 'GET' }, + //获取投诉原因 + indexGetGetWorkPage: { + url: '/api/index/getWorkPage', + method: 'GET' + }, @@ -54,6 +64,12 @@ const config = { method: 'GET', auth: true }, + //获取用户平台数据 + infoGetInfoMoney: { + url: '/api/info/getInfoMoney', + method: 'GET', + auth: true + }, //获取银行卡列表带分页 infoGetBankCardPage: { url: '/api/info/getBankCardPage', diff --git a/components/config/showPrivacyAgreement.vue b/components/config/showPrivacyAgreement.vue index 99b6bb4..3166553 100644 --- a/components/config/showPrivacyAgreement.vue +++ b/components/config/showPrivacyAgreement.vue @@ -1,118 +1,148 @@ - - - + \ No newline at end of file diff --git a/components/post/actorList.vue b/components/post/actorList.vue index bfdd00f..6950d0d 100644 --- a/components/post/actorList.vue +++ b/components/post/actorList.vue @@ -1,7 +1,7 @@