123456789 |
- <view style="width: 100vw;text-align: center; margin-top: 480rpx;">
- <van-button custom-class='login-fun' color="linear-gradient(90deg, #3874F6 0%, #095DE0 100%);">微信用户一键登录</van-button>
- <view style="height: 30rpx;" />
- <van-button custom-class='login-fun phone-login' color="#CCCCCC" plain bindtap="toPhoneLodin">手机号登录/注册</van-button>
- </view>
- <view style="height: 60rpx;" />
- <Agreement isAgree='{{isAgree}}' bindcallBack='agreementChange' />
- <van-toast id="van-toast" />
|