Files
litemall/renard-wx/pages/auth/login/login.wxml
2021-04-18 19:38:12 +08:00

7 lines
325 B
Plaintext

<view class="container">
<view class="form-box">
<button wx:if="{{canIUseGetUserProfile}}" type="primary" class="login-btn" bindtap="wxLogin">微信直接登录</button>
<button wx:else type="primary" open-type="getUserInfo" class="login-btn" bindgetuserinfo="wxLogin">微信直接登录</button>
</view>
</view>