修复任务提交与弹窗交互问题
This commit is contained in:
@ -330,9 +330,7 @@ final class WildPhotographerReportSubmitViewController: BaseViewController {
|
||||
let title = WildReportUI.label(viewModel.locationTitleText, font: .systemFont(ofSize: 15, weight: .semibold), color: AppColor.textPrimary, lines: 2)
|
||||
title.adjustsFontSizeToFitWidth = true
|
||||
title.minimumScaleFactor = 0.78
|
||||
let subtitle = WildReportUI.label(viewModel.locationSubtitleText, font: .systemFont(ofSize: 12), color: AppColor.textSecondary, lines: 0)
|
||||
textStack.addArrangedSubview(title)
|
||||
textStack.addArrangedSubview(subtitle)
|
||||
|
||||
let button = UIButton(type: .system)
|
||||
button.setTitle(viewModel.isUpdatingLocation ? "定位中" : "更新定位", for: .normal)
|
||||
|
||||
Reference in New Issue
Block a user