单军华
2018-03-28 f99cf1d5cc50407394501853be06cb39f38a092c
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