Commit 99191958 authored by Steven杜宇's avatar Steven杜宇

// 预览

parent 167f69cc
......@@ -803,7 +803,7 @@ private extension YHPreviewViewModel {
let arr = [tmp0,tmp1]
let title = "子女" + "-" + model.subset_name
let title = "子女信息" + "(\(model.subset_name))"
let model1 = YHPreviewInfoSessionModel(cellType: .questionAndAnswer, cellTitle: title, cellData0: arr)
arrDataForBasicInfo.append(model1)
}
......@@ -1579,7 +1579,7 @@ private extension YHPreviewViewModel {
if totalChild > 1 {
title = String(childIndex + 1)
}
let model2 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "子女信息" + title, cellData0: arr)
let model2 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "子女信息" + "\(model.subsetName)", cellData0: arr)
arrTemp.append(model2)
}
......@@ -1669,7 +1669,7 @@ private extension YHPreviewViewModel {
if totalChild > 1 {
title = String(childIndex + 1)
}
let model1 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "子女信息" + title, cellData0: arr)
let model1 = YHPreviewInfoSessionModel(cellType: .countryInfoType, cellTitle: "子女信息" + "\(model.subsetName)", cellData0: arr)
arrTemp.append(model1)
}
}
......
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