login.wxml 293 B

123456
  1. <view class="container">
  2. <view class="login-box">
  3. <button type="primary" open-type="getUserInfo" class="wx-login-btn" bindgetuserinfo="wxLogin">微信直接登录</button>
  4. <button type="primary" class="account-login-btn" bindtap="accountLogin">账号登录</button>
  5. </view>
  6. </view>