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