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

处理 step == 6 导致出错的bug

parent 3a7672c7
......@@ -128,7 +128,8 @@ extension YHServiceCenterMainViewModel {
return
}
if resultModel.fill_info_step >= 6 {
if resultModel.fill_info_step > 6 {
//resultModel.fill_info_step == 7的时候表示 我的信息填写完成
let model = YHContactMainItemStatusModel()
model.type = 1
model.isFinished = true
......
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