| xqd
@@ -435,7 +435,7 @@
|
|
|
})
|
|
|
this.$refs.map.updateContent(this.hotelList, true);
|
|
|
if(res.data.data.length >= 15){
|
|
|
- this.requestHotelPage(tempobj)
|
|
|
+ // this.requestHotelPage(tempobj)
|
|
|
}else if(this.beginConfig.hotel_id&&this.beginConfig.isBegin){
|
|
|
let targetIndex = 0;
|
|
|
|
| xqd
@@ -454,10 +454,8 @@
|
|
|
mapRendered(){
|
|
|
if((this.beginConfig.isBegin && !this.beginConfig.hotel_id)||this.search.isSearch){
|
|
|
this.beginConfig.isBegin = false
|
|
|
- setTimeout(()=>{
|
|
|
- this.$refs.map.markertap(0,true,this.search.isSearch)
|
|
|
- this.search.isSearch = false
|
|
|
- },500)
|
|
|
+ this.$refs.map.markertap(0,true,this.search.isSearch)
|
|
|
+ this.search.isSearch = false
|
|
|
}
|
|
|
},
|
|
|
//去预定页面
|