index.wxml 609 B

1234567891011121314
  1. <i-modal bind:cancel="close" scrollUp="{{false}}" visible="{{visible}}">
  2. <view class="auth-content">
  3. <view bindtap="close" class="close">
  4. <image class='close-img' src="../../images/icon-close-white.png"></image>
  5. </view>
  6. <image class="bg" src="../../images/get-phone-bg.png"></image>
  7. <view class="h1">需要您的同意</view>
  8. <view class="h2">
  9. <p>需要您的手机授权</p>
  10. <p>授权后可享受更多优质服务</p>
  11. </view>
  12. <i-button bindgetphonenumber="getPhoneNumber" iClass="confirm" openType="getPhoneNumber">确认授权</i-button>
  13. </view>
  14. </i-modal>