setting.wxml 465 B

1234567891011
  1. <view class="container">
  2. <view class="zan-panel" wx:if="{{ type == 'getuserinfo'}}">
  3. <view class="zan-panel-title">温馨提示</view>
  4. <view style='padding:15px;'>为了更好的为你服务,请点击授权登录</view>
  5. <view class="zan-btns">
  6. <button open-type="getUserInfo" bindgetuserinfo='bindGetUserInfo' class='zan-btn zan-btn--primary'>
  7. <i class="fa fa-user"></i> 点击这里授权登录</button>
  8. </view>
  9. </view>
  10. </view>