login.wxml 759 B

12345678910111213141516171819
  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>
  17. <login-pannel />