You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910 |
-
- <view class="auth-box">
- <view class="icon-box"></view>
- <view class="text-box">获取地理位置失败</view>
- <view class="button-box">
- <button bindtap="toSettingPage">开启定位</button>
- </view>
- <view class="tips-box">若小程序定位已开启</view>
- <view class="tips-box">请检查微信定位服务是否开启</view>
- </view>
|