login.wxml 747 B

1234567891011121314151617
  1. <view class='login_con'>
  2. <view class='needLogin'>
  3. <image src='{{login_img}}'></image>
  4. </view>
  5. <view class='login_text'>
  6. <image src='{{login_logo}}'></image>
  7. <view>好玩展</view>
  8. <view>在线云看展,足不户逛展会、询展品。</view>
  9. </view>
  10. <view class="quanxian">
  11. <view>四维时代网络科技有限公司申请获得以下权限</view>
  12. <view>· 获得您的公开信息(昵称、头像等)</view>
  13. </view>
  14. <button wx:if="{{canIUse}}" class='btn_login' open-type="getUserInfo" bindgetuserinfo="bindgetuserinfo">授权登录</button>
  15. <button wx:if="{{canIUse}}" class='btn_jiangjie_login' open-type="getPhoneNumber" bindgetphonenumber="bindgetphonenumber">讲解员登录</button>
  16. </view>