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

// 显示xls

parent 3bf96ded
......@@ -77,6 +77,9 @@ class YHPrincipleUploadFileCell: UITableViewCell {
} else if suffix == "tiff" {
iconImgName = "my_cer_type_tiff"
} else if suffix == "xls" || suffix == "xlsx" {
iconImgName = "my_cer_type_excel"
}
iconImgV.image = UIImage(named: iconImgName)
......
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Group 2203@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "Group 2203@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
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