|
@@ -50,14 +50,9 @@
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- if (isCheck) {
|
|
|
|
- self.descView.hidden = YES;
|
|
|
|
- self.descLabel.text = @"";
|
|
|
|
- }
|
|
|
|
- else {
|
|
|
|
- self.descView.hidden = NO;
|
|
|
|
- self.descLabel.text = [NSString stringWithFormat:@"%.0f人已购买",model.countStudent];
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
+ self.descView.hidden = NO;
|
|
|
|
+ self.descLabel.text = [NSString stringWithFormat:@"%.0f人已购买",model.countStudent];
|
|
self.subjectLabel.text = [NSString returnNoNullStringWithString:model.lessonSubjectName];
|
|
self.subjectLabel.text = [NSString returnNoNullStringWithString:model.lessonSubjectName];
|
|
}
|
|
}
|
|
|
|
|