update
This commit is contained in:
parent
b9b0707544
commit
d964bc6921
@ -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
|
||||||
|
|||||||
@ -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 = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user