login.wxml 1.1 KB

1
  1. <view class="login"><view class="mp_wxBox"><view><view class="headers"><image style="border-radius:50%;" src="../../static/logo.png"></image></view><view class="content"><view>申请获取以下权限</view><text style="margin-top:20rpx;">获得你的公开信息(昵称,头像、地区等)</text></view><button hidden="{{!(weixinPhone)}}" class="bottom" style="background:#FF7F00;background-color:#FF7F00;color:#FFFFFF;" open-type="getPhoneNumber" data-event-opts="{{[['getphonenumber',[['getPhoneNumber',['$event']]]]]}}" bindgetphonenumber="__e">授权手机号</button><button hidden="{{!(!weixinPhone)}}" class="bottom" style="background:#FF7F00;color:#FFFFFF;" bindtap="__e" data-event-opts="{{[['tap',[['wxGetUserInfo',['$event']]]]]}}">授权登录</button><view class="footer"><text data-event-opts="{{[['tap',[['isShowAgree',['$event']]]]]}}" class="{{['cuIcon',showAgree?'cuIcon-radiobox':'cuIcon-round']}}" bindtap="__e">同意</text><navigator url="/pages/riderMy/set/mimi" open-type="navigate">《隐私政策》</navigator>和<navigator url="/pages/riderMy/set/xieyi" open-type="navigate">《用户服务协议》</navigator></view></view></view></view>