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 @@