Commit fb0c4835 authored by 朱璇's avatar 朱璇

【视频面诊】到店预约功能

parent b1932ce2
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
make.height.mas_equalTo(19); make.height.mas_equalTo(19);
}]; }];
_icon = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"face_book_consult_small_icon"]]; _icon = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"video_book_consult_small_icon"]];
[self.container addSubview:_icon]; [self.container addSubview:_icon];
[_icon mas_makeConstraints:^(MASConstraintMaker *make) { [_icon mas_makeConstraints:^(MASConstraintMaker *make) {
make.height.width.mas_equalTo(16); make.height.width.mas_equalTo(16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment