login.wxml 962 B

123456789101112131415161718
  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. <image src='/image/4Dage/about/logo.png'></image>
  8. <view>RealtorEasier</view>
  9. <view>RealtorEasier是一个为海外房产经纪人提供一站式服务的平台,服务包括但不只Signs,3D Visual,Staging,Cleaning,Hauling……总公司FALCON GROUP在洛杉矶已经拥有了三十年的服务口碑。</view>
  10. </view>
  11. <view class="quanxian">
  12. <view>RealtorEasier申请获得以下权限</view>
  13. <view>· 获得您的公开信息(昵称、头像等)</view>
  14. </view>
  15. <!-- <button wx:if="{{canIUse}}" class='btn_login' open-type="getPhoneNumber" bindgetphonenumber="bindgetphonenumber">授权登录</button> -->
  16. <button wx:if="{{canIUse}}" class='btn_login' open-type="bindgetuserinfo" bindtap="bindgetuserinfo">授权登录</button>
  17. </view>