微信小程序
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.

11 lines
403 B

  1. <view class="auth-box">
  2. <view class="icon-box"></view>
  3. <view class="text-box">获取地理位置失败</view>
  4. <view class="button-box">
  5. <button bindtap="toSettingPage">开启定位</button>
  6. </view>
  7. <view class="tips-box">若小程序定位已开启</view>
  8. <view class="tips-box">请检查微信定位服务是否开启</view>
  9. </view>