微信小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

wxAuth.wxml 403 B

3 år sedan
12345678910
  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>