Commit 7a9d4f0a authored by David黄金龙's avatar David黄金龙

完善 活动报名 逻辑

parent 3fe70e89
......@@ -74,9 +74,17 @@ class YHActivityDetailViewController: YHBaseViewController {
bottomView.block = { tag in
YHApplyActivityAlert.showApplyActivityAlertView { tag in
let vc = YHApplyActivityResultViewController()
self.navigationController?.pushViewController(vc)
YHApplyActivityAlert.showApplyActivityAlertView { (tag,name,number,phone) in
if tag {
printLog(tag)
printLog(name)
printLog(number)
printLog(phone)
return
let vc = YHApplyActivityResultViewController()
self.navigationController?.pushViewController(vc)
}
}
}
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "步进器-加号&增加@2x.png",
"filename" : "Frame 18253@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "步进器-加号&增加@3x.png",
"filename" : "Frame 18253@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "步进器-减号&减少@2x.png",
"filename" : "Frame 18254@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "步进器-减号&减少@3x.png",
"filename" : "Frame 18254@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
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