From f99cf1d5cc50407394501853be06cb39f38a092c Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Wed, 28 Mar 2018 14:09:19 +0800 Subject: [PATCH] 界面更换与适配调整 --- pregnancy_guard/BaseProject/Views/Cell/HotelAccountCell.m | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pregnancy_guard/BaseProject/Views/Cell/HotelAccountCell.m b/pregnancy_guard/BaseProject/Views/Cell/HotelAccountCell.m index 179c498..c357ef6 100644 --- a/pregnancy_guard/BaseProject/Views/Cell/HotelAccountCell.m +++ b/pregnancy_guard/BaseProject/Views/Cell/HotelAccountCell.m @@ -163,9 +163,9 @@ - (void)setItemView:(HotelAccount*)model { self.model = model; - [self.hotelnameLabel setText:model.hotel_id.name]; - [self.usernameLabel setText:model.username]; - [self.nicknameLabel setText:model.nickname]; + //[self.hotelnameLabel setText:model.hotel_id.name]; + //[self.usernameLabel setText:model.username]; + //[self.nicknameLabel setText:model.nickname]; } @end -- Gitblit v1.8.0