赛思维微信客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
679 B

3 years ago
  1. <!--授权-->
  2. <view>
  3. <view class="authorization-title" style="top:{{statusBarHeight}}px">获取授权</view>
  4. <view class="property-wrap">
  5. <image class="property-logo" mode="物业logo" src="{{baseURL}}/public/uploadfile/logo.png"></image>
  6. <view class="proterty-title">赛思维物业服务评估咨询有限公司</view>
  7. <view class="proterty-text">信息化深耕物业全生命周期</view>
  8. </view>
  9. <view class="authorization">
  10. <view>想要<span class="authorization-text">获取您的昵称、头像、性别及地区</span></view>
  11. <button class="authorization-btn" type="primary" bindtap="getUserProfile"> 授权登录 </button>
  12. </view>
  13. </view>