fourPayProject/51uni/uni_modules/Flame-chooseLocation/readme.md
2025-03-31 10:23:28 +08:00

25 lines
747 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

基于腾讯地图的H5端选择地图组件(pc、移动端均可使用)
##使用说明
- 使用前需在index.html页面引入jquery和腾讯地图的api库
```
<script src="https://map.qq.com/api/gljs?v=1.exp&key=yourmapkey"></script>
```
在页面中使用组件
```
<Flame-chooseLocation v-model="show" mapkey="yourmapkey"></Flame-chooseLocation>
```
##属性说明
- @property {Boolean} value = [false|true] 控制组件显示或隐藏
- @property {Boolean} exact = [false|true] 是否开启移动端精确定位开启后请在手机端打开pc端打开会出现长时间白屏
- @property {String} mapkey = '' 腾讯地图开放平台申请的key
- @event {Function} confirm 确认选择, 返回选择的位置信息