Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <!--pages/getuserinfo/index.wxml-->
- <view class="login-body">
- <view class="login-logo">
- <image src="{{logo}}" mode='widthFix'></image>
- </view>
- <view class="title">
- <text>Hi , 请登录~</text>
- <text>授权后,可以更好的体验我们哦~</text>
- </view>
- <view class="login-btn">
- <button open-type="getPhoneNumber" hover-class='active' wx:if="{{canIUse}}" class="login-btn-login" bindgetphonenumber="getPhoneNumber">微信一键登录</button>
- <view wx:else>微信用户登录</view>
- <button hover-class='active' class="login-btn-login backHome" bindtap="backHome">取消</button>
- </view>
- </view>
|