Commit 3174b0ca authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent 75427f44
......@@ -55,6 +55,11 @@ export default class levelHomeData {
this.leveldata[startidx-j] = idata;
j++;
}
if(idx==8){
if(!this.leveldata[1]){
this.getPageLevelData(1);
}
}
}
// console.log("getPageLevelData",this.leveldata);
// console.error("请求一次page", pageno);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment