Commit 6f49acf0 authored by youjie's avatar youjie

no message

parent 35ba66bf
...@@ -258,7 +258,6 @@ ...@@ -258,7 +258,6 @@
this.getList(); this.getList();
} else { } else {
this.status = "nomore"; this.status = "nomore";
uni.hideLoading();
} }
}, },
research(ID) { research(ID) {
...@@ -285,7 +284,9 @@ ...@@ -285,7 +284,9 @@
(res) => { (res) => {
this.loading = false this.loading = false
uni.hideLoading(); uni.hideLoading();
this.dataList = this.dataList.concat(res.data.pageData) if(res.data.pageData.length>0){
this.dataList = this.dataList.concat(res.data.pageData)
}
this.page_count = res.data.pageCount; this.page_count = res.data.pageCount;
},(err)=>{ },(err)=>{
this.loading = false this.loading = false
......
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