Skip to content

Commit

Permalink
修复:地图 标记点图片在安卓/iOS显示不统一
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcui1984 committed Oct 30, 2018
1 parent 8296623 commit 83b6fda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hello-uniapp/pages/component/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
covers: [{
latitude: 39.9085,
longitude: 116.39747,
iconPath: '../../../static/location.png'
iconPath: '../../../static/location@3x.png'
}, {
latitude: 39.90,
longitude: 116.39,
iconPath: '../../../static/location.png'
iconPath: '../../../static/location@3x.png'
}]
}
},
Expand Down
Binary file removed examples/hello-uniapp/static/location.png
Binary file not shown.
Binary file added examples/hello-uniapp/static/location@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83b6fda

Please sign in to comment.