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