From c747384fe6d87ebd405f28f48d7ceff017f63b1f Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 7 Sep 2024 20:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=B8=AA=E4=BA=BA=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 19 ++- components/config/configPopup.vue | 108 ++++--------- components/toast/confirmationPopup.vue | 12 +- config.js | 2 +- pages/publish/actorRelease.vue | 61 ++++++- pages/publish/publishPost.vue | 91 +++++++---- pages_mine/mine/authOption.vue | 2 +- pages_mine/mine/authPerson.vue | 226 +++++++++++++++++--------- pages_mine/mine/certifiedIndividual.vue | 271 ++++++++++++++++++-------------- pages_mine/mine/releaseRecord.vue | 8 +- store/store.js | 6 + 11 files changed, 492 insertions(+), 314 deletions(-) diff --git a/api/api.js b/api/api.js index 9e5fb3b..3cf520d 100644 --- a/api/api.js +++ b/api/api.js @@ -53,7 +53,11 @@ const config = { url: '/api/index/getWorkPage', method: 'GET' }, - + //获取投诉原因 + indexTopPayList: { + url: '/api/index/getTopPayList', + method: 'GET' + }, // 小程序-个人中心接口 @@ -65,9 +69,16 @@ const config = { auth: true, limit : 1500, }, - //获取用户平台数据 - infoGetInfoMoney: { - url: '/api/info/getInfoMoney', + //添加银行卡 + infoAddBankCard: { + url: '/api/info/addBankCard', + method: 'GET', + auth: true, + limit : 1500, + }, + //发布动态 + infoReleaseTrends: { + url: '/api/info/releaseTrends', method: 'GET', auth: true }, diff --git a/components/config/configPopup.vue b/components/config/configPopup.vue index 7cff85f..f0ed9f8 100644 --- a/components/config/configPopup.vue +++ b/components/config/configPopup.vue @@ -1,16 +1,7 @@ - \ No newline at end of file diff --git a/components/toast/confirmationPopup.vue b/components/toast/confirmationPopup.vue index f824eaa..13bda7e 100644 --- a/components/toast/confirmationPopup.vue +++ b/components/toast/confirmationPopup.vue @@ -1,7 +1,7 @@