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) {
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

View File

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