赛思维微信客户端
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

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