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,11 +201,11 @@ | ||
201 | </view> | 201 | </view> |
202 | </view> | 202 | </view> |
203 | <!-- 确认修改按钮 --> | 203 | <!-- 确认修改按钮 --> |
204 | -<view class="flex-center confirm"> | 204 | +<cover-view class="flex-center confirm"> |
205 | <view class="flex-center fs30 confirmtext"bindtap="confirm_revision"> | 205 | <view class="flex-center fs30 confirmtext"bindtap="confirm_revision"> |
206 | <view>确认修改</view> | 206 | <view>确认修改</view> |
207 | </view> | 207 | </view> |
208 | -</view> | 208 | +</cover-view> |
209 | 209 | ||
210 | <!--弹出层内容,其中的“我知道”中绑定让弹出层消失的函数:bindtap="hide"--> | 210 | <!--弹出层内容,其中的“我知道”中绑定让弹出层消失的函数:bindtap="hide"--> |
211 | <view class="tc_view" hidden='{{tc_hide}}' bindtap='hide_tc'> | 211 | <view class="tc_view" hidden='{{tc_hide}}' bindtap='hide_tc'> |
pages/user/userinfo/userinfo.wxss
@@ -109,6 +109,8 @@ padding-right: 14rpx; | @@ -109,6 +109,8 @@ padding-right: 14rpx; | ||
109 | bottom: 0rpx; | 109 | bottom: 0rpx; |
110 | height: 130rpx; | 110 | height: 130rpx; |
111 | background-color: rgb(255,255,255); | 111 | background-color: rgb(255,255,255); |
112 | + z-index: 999; | ||
113 | + border-top:1rpx solid #ddd | ||
112 | } | 114 | } |
113 | 115 | ||
114 | .confirmtext { | 116 | .confirmtext { |