Initial commit
This commit is contained in:
@@ -8,11 +8,7 @@
|
||||
<view class="content">
|
||||
<view class="tips">为了提供更好的服务,请授权以下信息</view>
|
||||
|
||||
<block wx:if="{{!hasUserInfo}}">
|
||||
<button class="btn-login" bindtap="getUserProfile">获取微信昵称</button>
|
||||
</block>
|
||||
|
||||
<block wx:if="{{hasUserInfo && !hasPhone}}">
|
||||
<block wx:if="{{!hasPhone}}">
|
||||
<button class="btn-login" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号码</button>
|
||||
</block>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user