From 0e7139bc16195c17c4ccf403f9f0fc16d92292cb Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 11 Aug 2020 18:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E7=82=B9=20=E8=BF=99=E6=89=BE?= =?UTF-8?q?=E6=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/user.js | 4 ++-- pageB/coupon/index.vue | 5 +++- pageB/follow/index.vue | 2 +- pageB/search/out.vue | 2 ++ pageD/attention/attention.vue | 44 ++++++++++++++++++++++++++++++----- pages/index/index.vue | 1 + 6 files changed, 48 insertions(+), 10 deletions(-) diff --git a/common/api/user.js b/common/api/user.js index 46e4557..899a148 100644 --- a/common/api/user.js +++ b/common/api/user.js @@ -304,8 +304,8 @@ export default { return vm.$u.post('Message/informationList', { }); }, // 关注列表 - snsfriendList({ }) { - return vm.$u.post('message/snsfriendList', { }); + snsfriendList({page}) { + return vm.$u.post('message/snsfriendList', {page}); }, // 关注达人 attentionMember({ member_id }) { diff --git a/pageB/coupon/index.vue b/pageB/coupon/index.vue index fa92d6a..224ecae 100644 --- a/pageB/coupon/index.vue +++ b/pageB/coupon/index.vue @@ -46,7 +46,10 @@ } -