Authored by 李奇

首页调用优化

... ... @@ -185,8 +185,10 @@ Page(Object.assign({
this.setData({
footText: '内容加载中...'
})
setTimeout(() => {
this._getProceedingData();
this._getReleaseData(1);
}, 1200);
return this._getPage(page).then(list => {
if (list.length === 0) {
this.setData({
... ...