Commit 71f6f6b4 authored by David黄金龙's avatar David黄金龙

处理 2 处展示错误

parent 664cc57b
...@@ -111,9 +111,7 @@ extension YHActivityTravelitemView { ...@@ -111,9 +111,7 @@ extension YHActivityTravelitemView {
activityImgV.image = UIImage(named: "global_default_image") activityImgV.image = UIImage(named: "global_default_image")
} }
timeLable.text = model.getDateString(format: "yyyy-MM-dd")
timeLable.text = model.getDateString()//String(model.beginTime)
addressLable.text = model.place addressLable.text = model.place
navAddressLable.text = model.guidance navAddressLable.text = model.guidance
} }
......
...@@ -573,6 +573,8 @@ extension YHApplyActivityAlert { ...@@ -573,6 +573,8 @@ extension YHApplyActivityAlert {
self.submitButton.isEnabled = true self.submitButton.isEnabled = true
self.submitButton.backgroundColor = UIColor.brandMainColor self.submitButton.backgroundColor = UIColor.brandMainColor
handleSubAndAddButtonUI()
} }
} }
......
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