Commit 51a4e774 authored by 罗超's avatar 罗超

1

parent 4cb81355
...@@ -441,7 +441,11 @@ ...@@ -441,7 +441,11 @@
}, },
res => { res => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.HotelList = this.HotelList.concat(res.data.pageData); if(this.searchObj.pageIndex===1){
this.HotelList =res.data.pageData
}else{
this.HotelList = this.HotelList.concat(res.data.pageData);
}
this.page_count = res.data.pageCount; this.page_count = res.data.pageCount;
} }
} }
......
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