@ -58,13 +58,16 @@
}
},
onShow() {
this.showMore = true
// this.showMore = true
this.list = []
// this.list = []
this.getArticleByType()
// this.getArticleByType()
onReady() {
this.type_id = 42
this.getArticleType()
onLoad(options) {
let that = this
@ -123,7 +126,7 @@
onReachBottom() {
setTimeout(() => {
if (!this.showMore) this.getList()
if (this.showMore) this.getArticleByType()
},1000)