|
|
@ -148,7 +148,7 @@ |
|
|
|
this.timer = setInterval(()=>{ |
|
|
|
if (this.showDataList.length == this.dataList.length) { |
|
|
|
|
|
|
|
this.loadingType='loadingType' |
|
|
|
this.loadingType='nomore' |
|
|
|
return |
|
|
|
} |
|
|
|
console.log(22) |
|
|
@ -199,6 +199,7 @@ |
|
|
|
return this.showDataList |
|
|
|
} else { |
|
|
|
clearInterval(this.timer) |
|
|
|
this.loadingType='nomore' |
|
|
|
return this.dataList |
|
|
|
} |
|
|
|
} |
|
|
|