Commit baab3eee authored by DavidHuang's avatar DavidHuang

一处代码优化

parent 58fc15fe
......@@ -66,7 +66,7 @@ class YHInformationPerfectModel {
} else if type == 2 {
name = "家庭成员信息"
icon = "jtcyxx_icon"
}else if type == 4 {
}else if type == 3 {
name = "收入记录/工作经验"
icon = "gzjy_icon"
}
......
......@@ -322,7 +322,7 @@ extension YHServiceCenterMainViewModel {
arr = [0,1,2,3,4,5,8]
} else if application_type == 1 {
//高A
arr = [0,1,2,4,5]
arr = [0,1,2,3,5]
} else if application_type == 2 || application_type == 3 {
//高B、C
arr = [0,1,2,3,4,5]
......
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