Commit 7ee65b70 authored by 黄奎's avatar 黄奎

页面修改

parent aa80c4c8
...@@ -444,7 +444,7 @@ ...@@ -444,7 +444,7 @@
getlistPage(url){ getlistPage(url){
let that=this let that=this
this.$http.get('https://bird.ioliu.cn/v1?url=http://yingyan.baidu.com/api/v3/entity/search' + url+'&page_index='+this.getlistIndex+'&page_size'+this.page_size).then(res => { this.$http.get('https://bird.ioliu.cn/v1?url=http://yingyan.baidu.com/api/v3/entity/search' + url+'&page_index='+this.getlistIndex+'&page_size'+this.page_size100).then(res => {
this.markersList=this.markersList.concat(res.data.entities) this.markersList=this.markersList.concat(res.data.entities)
if(that.getlistIndex*this.page_size100<res.data.total){ if(that.getlistIndex*this.page_size100<res.data.total){
that.getlistIndex+=1; that.getlistIndex+=1;
......
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