Commit 968580e80fb3209124598e924cddc8e7a86e8874
1 parent
beecd6a6
会员 中心修改显示异常,input
Showing
2 changed files
with
4 additions
and
2 deletions
pages/user/userinfo/userinfo.wxml
... | ... | @@ -201,11 +201,11 @@ |
201 | 201 | </view> |
202 | 202 | </view> |
203 | 203 | <!-- 确认修改按钮 --> |
204 | -<view class="flex-center confirm"> | |
204 | +<cover-view class="flex-center confirm"> | |
205 | 205 | <view class="flex-center fs30 confirmtext"bindtap="confirm_revision"> |
206 | 206 | <view>确认修改</view> |
207 | 207 | </view> |
208 | -</view> | |
208 | +</cover-view> | |
209 | 209 | |
210 | 210 | <!--弹出层内容,其中的“我知道”中绑定让弹出层消失的函数:bindtap="hide"--> |
211 | 211 | <view class="tc_view" hidden='{{tc_hide}}' bindtap='hide_tc'> | ... | ... |