|
@@ -1,5 +1,5 @@
|
|
|
<view class="entery-container">
|
|
|
- <block wx:if="{{showCreateForm}}">
|
|
|
+ <block wx:if="{{!showCreateForm}}">
|
|
|
<button class="permission-btn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号</button>
|
|
|
<button class="permission-btn" bindtap="getUser">获取用户信息</button>
|
|
|
<button class="permission-btn" bindtap="fillInfo">填写信息</button>
|
|
@@ -36,7 +36,7 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="submit-btn">确认绑定</view>
|
|
|
+ <view class="submit-btn" bindtap="handleConfirmBind">确认绑定</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|