Commit 6f49acf0 authored by youjie's avatar youjie

no message

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