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

删除 测试代码

parent ecf9c46f
...@@ -319,17 +319,7 @@ private extension YHPreviewViewModel { ...@@ -319,17 +319,7 @@ private extension YHPreviewViewModel {
} }
do { do {
//简历/工作总结: //简历/工作总结:
// //for test hjl
// let tModel = WorkExpFilePreviewModel()
// tModel.fileName = "fileName"
// tModel.fileSize = 500
// tModel.fileUrl = "https://img2.baidu.com/it/u=1337068678,3064275007&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=750"
//
// model.attachment_list.append(tModel)
// model.attachment_list.append(tModel)
// model.attachment_list.append(tModel)//for test hjl
if !model.attachment_list.isEmpty { if !model.attachment_list.isEmpty {
var arrT : [Any] = [] var arrT : [Any] = []
for (_,item) in model.attachment_list.enumerated() { for (_,item) in model.attachment_list.enumerated() {
...@@ -346,10 +336,6 @@ private extension YHPreviewViewModel { ...@@ -346,10 +336,6 @@ private extension YHPreviewViewModel {
} }
} }
model0.why_work_time_empty = "工作时间重叠原因 工作时间重叠原因 工作时间重叠原因"
model0.why_work_time_overlap = "工作时间空窗原因 工作时间空窗原因 工作时间空窗原因" //for test hjl
if !model0.why_work_time_empty.isEmpty || !model0.why_work_time_overlap.isEmpty { if !model0.why_work_time_empty.isEmpty || !model0.why_work_time_overlap.isEmpty {
var arr : [YHPreviewQuestionAndAnswerModel] = [] var arr : [YHPreviewQuestionAndAnswerModel] = []
if !model0.why_work_time_overlap.isEmpty { if !model0.why_work_time_overlap.isEmpty {
......
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