|
|
@@ -72,7 +72,7 @@ Page({ |
|
|
|
credit: 0, |
|
|
|
score: '0', |
|
|
|
page: 1 ,// 刷新进入页面时已经加载了第一页数据,onReachBottom时 page++,从第2页开始加载 |
|
|
|
|
|
|
|
topicTitle:'', |
|
|
|
}, |
|
|
|
close: function() { |
|
|
|
this.setData({ |
|
|
@@ -516,11 +516,10 @@ Page({ |
|
|
|
} |
|
|
|
}).then(res => { |
|
|
|
if (res && res.data) { |
|
|
|
console.log(res.data.title) |
|
|
|
that.setData({ |
|
|
|
name: res.data.name, |
|
|
|
cover: res.data.cover, |
|
|
|
title: res.data.title, |
|
|
|
topicTitle: res.data.title, |
|
|
|
id: res.data.id, |
|
|
|
showTopic: true |
|
|
|
}) |
|
|
@@ -627,7 +626,7 @@ Page({ |
|
|
|
// that.selectComponent("#spellGroup").getList(); |
|
|
|
// that.selectComponent("#rushtobyCard").getList(); |
|
|
|
wx.stopPullDownRefresh(); |
|
|
|
//砍价,拼团下拉刷新 |
|
|
|
//爆款专区下拉刷新 |
|
|
|
that.selectComponent("#hot").getList(); |
|
|
|
}, |
|
|
|
//加载更多 |
|
|
|