From d964bc692120d6620106d1b3a07ba05ef955037b Mon Sep 17 00:00:00 2001 From: lanzhihui <503792708@qq.com> Date: Sun, 29 Sep 2024 17:34:18 +0800 Subject: [PATCH] update --- src/pages/users/friendlist.wpy | 4 +++- src/pages/users/upgradeVIP.wpy | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/users/friendlist.wpy b/src/pages/users/friendlist.wpy index 91f32fe..5ccfce9 100644 --- a/src/pages/users/friendlist.wpy +++ b/src/pages/users/friendlist.wpy @@ -186,6 +186,8 @@ wepy.page({ getLibraries(keyword) { let _this = this _this.loading = true + _this.noMore = false + _this.default = false let url = service.libraries if (_this.type == 'fans') { url = service.followers @@ -306,7 +308,7 @@ wepy.page({ }, gotoNew(e) { let item = e - this.$goto(`/pages/news/chitchat?id=${item.id}&name=${item.nickname}&type=${item.type}&icon=${item.photo}`) + this.$goto(`/pages/news/chitchat?id=${item.id}&name=${item.nickname}&type=${item.type}&pic=${item.photo}`) }, touchstart (e) { let vm = this diff --git a/src/pages/users/upgradeVIP.wpy b/src/pages/users/upgradeVIP.wpy index 8b3d847..66b5154 100644 --- a/src/pages/users/upgradeVIP.wpy +++ b/src/pages/users/upgradeVIP.wpy @@ -253,9 +253,9 @@ console.log(data, 'aaaaaaaa') vm.rankList = [] data.ranks.sub_ranks.forEach((item, index) => { - if (index <= 2) { + // if (index <= 2) { vm.rankList.push(item) - } + // } }) if (vm.system == 'iOS') { vm.rankList = [