| | |
| | | <div v-show="searchExtensivelyValBoxShow" class="searchExtensively-val-box"> |
| | | <div class="dropdown-menu" @scroll="handleScroll"> |
| | | <div @click="searchExtensivelyVlaClick(item)" v-for="(item, index) in searchExtensivelyArray" :key="index"> |
| | | <!-- {{ item.name }} --> |
| | | {{ item.placeName }} |
| | | {{ item.name }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | getSearchExtensively (ak, region, query) { |
| | | getSearchExtensivelyPage(ak, region, query, this.pageIndex, this.pageSize).then(res => { |
| | | const data = res.data.result |
| | | |
| | | console.log(data, 12112321) |
| | | |
| | | if (data) { |
| | | data.forEach(element => { |
| | | this.searchExtensivelyArray.push(element) |