Skip to content

Commit 480a3d9

Browse files
authored
Merge pull request #10 from huaufe/huxing
重新修复地图的本地搜索功能
2 parents 4f41bf8 + 6442437 commit 480a3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/EleFormBmap.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export default {
150150
},
151151
// 搜索结束
152152
handleSearchEnd (res) {
153-
if (res && res.Ar && this.cb) {
154-
const list = res.Ar.map((pos) => {
153+
if (res && res.Hr && this.cb) {
154+
const list = res.Hr.map((pos) => {
155155
return {
156156
address: pos.address,
157157
point: pos.point,

0 commit comments

Comments
 (0)