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.
|
- <navbar back home text="微信授权手机号"></navbar>
- <view class="login-body">
- <view class="login-logo">
- <image src="{{mallImgUrl}}" 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 class="protocol" bindtap="goCheckProtocol">登录/注册即代表同意用户协议与隐私政策</view>
- </view>
|