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

修改一处 测试代码

parent 33180eaf
...@@ -90,7 +90,7 @@ extension YHInformationPerfectListVC { ...@@ -90,7 +90,7 @@ extension YHInformationPerfectListVC {
let arr = [1,2,3,4,5,6] let arr = [1,2,3,4,5,6]
let target = 7 //for test hjl 待填写的项目 let target = 4 //for test hjl 待填写的项目
for item in arr { for item in arr {
let model = YHInformationPerfectModel() let model = YHInformationPerfectModel()
model.type = item model.type = item
......
...@@ -103,7 +103,7 @@ extension YHServiceCenterSecondViewController : UITableViewDelegate,UITableViewD ...@@ -103,7 +103,7 @@ extension YHServiceCenterSecondViewController : UITableViewDelegate,UITableViewD
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
if unfoldFlag == true { if unfoldFlag == true {
return 10 return 2
} }
return 0 return 0
} }
......
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