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