默认提交
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -191,8 +191,8 @@ | ... | @@ -191,8 +191,8 @@ |
191 | <van-dialog close-on-click-overlay use-slot title="修改信息" confirm-button-text="确认修改" show="{{ updateRoomDialogVisible }}" show-cancel-button bind:confirm="onUpdateRoomHander"> | 191 | <van-dialog close-on-click-overlay use-slot title="修改信息" confirm-button-text="确认修改" show="{{ updateRoomDialogVisible }}" show-cancel-button bind:confirm="onUpdateRoomHander"> |
192 | <view class="dialog"> | 192 | <view class="dialog"> |
193 | <view class="dialog-item"> | 193 | <view class="dialog-item"> |
194 | <view class="label">家庭名称</view> | 194 | <view class="label">团队名称</view> |
195 | <input value="{{ updateRoomInfo.familyName }}" placeholder="请输入家庭名称" bindinput="onUpdateFamilyNameBindInput" /> | 195 | <input value="{{ updateRoomInfo.familyName }}" placeholder="请输入团队名称" bindinput="onUpdateFamilyNameBindInput" /> |
196 | </view> | 196 | </view> |
197 | <view class="dialog-item"> | 197 | <view class="dialog-item"> |
198 | <view class="label">祝福语</view> | 198 | <view class="label">祝福语</view> | ... | ... |
-
Please register or sign in to post a comment