Commit cd509a32 authored by David黄金龙's avatar David黄金龙

其他信息 填写 1- 是 2-否

parent 19c299e0
......@@ -180,7 +180,7 @@ private extension YHOtherYesOrNoItemView {
answer1Btn.isSelected = false
updateAnswerButton(answer1Btn, false)
}
self.block?(answer2Btn.isSelected == true ? 2 : 1)
self.block?(answer2Btn.isSelected == true ? 1 : 2)
layoutMyUI()
}
......
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