摘要: 封装代码 <template> <div @touchmove="onTouchMove"> <!-- 遮罩层动画 --> <div class="mask" @click="hideOnBlur && (WechatCustomer = false)" v-show="WechatCustomer 阅读全文
posted @ 2022-01-05 11:18 编程民工 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 官网地址 获取当前的地理位置、速度(uni.getLocation)和查看位置(uni.openLocation) uni.getLocation({ type: 'wgs84', geocode:true, altitude:true, success: function (res) { cons 阅读全文
posted @ 2022-01-05 10:35 编程民工 阅读(590) 评论(0) 推荐(0) 编辑