index.wxml 511 B

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