greenPro/unpackage/dist/dev/mp-weixin/pages/API/get-location/get-location.wxml

1 line
1.0 KiB
Plaintext
Raw Permalink 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.

<view><page-head wx:if="{{a}}" u-i="22936ca1-0" bind:__l="__l" u-p="{{a}}"></page-head><view class="uni-padding-wrap"><view style="background:#FFFFFF;padding:40rpx"><view class="uni-hello-text uni-center">当前位置经纬度</view><block wx:if="{{b}}"><view class="uni-h2 uni-center uni-common-mt">未获取</view></block><block wx:if="{{c}}"><view class="uni-h2 uni-center uni-common-mt"><text>E: {{d}}°{{e}}</text><text>\nN: {{f}}°{{g}}</text></view></block></view><view class="uni-btn-v"><button type="primary" bindtap="{{h}}">获取位置</button><button bindtap="{{i}}">清空</button></view></view><uni-popup wx:if="{{m}}" u-s="{{['d']}}" bindhidePopup="{{l}}" u-i="22936ca1-1" bind:__l="__l" u-p="{{m}}"><view class="popup-view"><text class="popup-title">需要用户授权位置权限</text><view class="uni-flex popup-buttons"><button class="uni-flex-item" type="primary" open-type="openSetting" bindtap="{{j}}">设置</button><button class="uni-flex-item" bindtap="{{k}}">取消</button></view></view></uni-popup></view>