} | } | ||||
}, | }, | ||||
changeScroll:function(){ | changeScroll:function(){ | ||||
// this.data.setInt = setInterval(()=>{ | |||||
// this.setData({ | |||||
// scrollNum: this.data.scrollNum+=1 | |||||
// }) | |||||
// },30); | |||||
this.data.setInt = setInterval(()=>{ | |||||
this.setData({ | |||||
scrollNum: this.data.scrollNum+=1 | |||||
}) | |||||
},30); | |||||
}, | }, | ||||
getMore:function(){ | getMore:function(){ | ||||
if (!this.data.isMore){ | if (!this.data.isMore){ |