| | |
| | | label_endtime.text = activityDetailModel.endTime |
| | | label_ageScope.text = activityDetailModel.age + "岁" |
| | | label_introducion.text = activityDetailModel.introduction |
| | | label_city.isHidden = activityDetailModel.province.isEmpty || activityDetailModel.city.isEmpty |
| | | label_city.text = activityDetailModel.province + "|" + activityDetailModel.city |
| | | SDWebImageDownloader.shared.downloadImage(with: URL(string: activityDetailModel.registrationNotes)!) {[weak self] image, data, error, status in |
| | | guard let img = image else { |