提交 7485f26c 编写于 作者: 杜庆泉's avatar 杜庆泉

location 描述调整

上级 bddc0f42
<template>
<view>
<page-head :title="title"></page-head>
<view class="uni-hello-text">
<text class="hello-text">当前示例基于操作系统自身定位能力,暂不支持gcj标准,逆地理信息等功能,如果需要类似能力可以使用腾讯定位等三方定位服务,参考示例:</text>
<u-link :href="'https://gitcode.net/dcloud/uni-api/'" :text="'https://gitcode.net/dcloud/uni-api/'" :inWhiteList="true"></u-link>
</view>
<view class="uni-padding-wrap uni-common-mt">
<view class="uni-list">
<radio-group @change="radioChange">
......@@ -43,13 +48,14 @@
isHighAccuracySelect: false,
geocodeSelect: false,
exeRet: '',
items: [{
value: 'gcj02',
name: 'gcj02'
},
items: [
{
value: 'wgs84',
name: 'wgs84'
},
{
value: 'gcj02',
name: 'gcj02'
}
] as ItemType[],
current: 0,
......@@ -105,3 +111,6 @@
}
}
</script>
<style>
@import '@/common/uni-uvue.css';
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册