7 lines
325 B
Plaintext
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> |