This commit is contained in:
lanzhihui 2024-09-29 17:34:18 +08:00
parent b9b0707544
commit d964bc6921
2 changed files with 5 additions and 3 deletions

View File

@ -186,6 +186,8 @@ wepy.page({
getLibraries(keyword) { getLibraries(keyword) {
let _this = this let _this = this
_this.loading = true _this.loading = true
_this.noMore = false
_this.default = false
let url = service.libraries let url = service.libraries
if (_this.type == 'fans') { if (_this.type == 'fans') {
url = service.followers url = service.followers
@ -306,7 +308,7 @@ wepy.page({
}, },
gotoNew(e) { gotoNew(e) {
let item = 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) { touchstart (e) {
let vm = this let vm = this

View File

@ -253,9 +253,9 @@
console.log(data, 'aaaaaaaa') console.log(data, 'aaaaaaaa')
vm.rankList = [] vm.rankList = []
data.ranks.sub_ranks.forEach((item, index) => { data.ranks.sub_ranks.forEach((item, index) => {
if (index <= 2) { // if (index <= 2) {
vm.rankList.push(item) vm.rankList.push(item)
} // }
}) })
if (vm.system == 'iOS') { if (vm.system == 'iOS') {
vm.rankList = [ vm.rankList = [