| 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%);" bindtap="wechatLogin">微信用户一键登录</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" />
 |