Commit 3a8e243c authored by David黄金龙's avatar David黄金龙

删除 不使用的代码

parent ee7f3ae5
......@@ -313,14 +313,7 @@ class YHConstantArrayData {
"id": "10"
]
]
// static func getIdTypeBy(index : Int) -> String {
// for item in YHConstantArrayData.arrIdType {
// if let target = item["id"],index == Int(target) {
// return item["title"] ?? "未知"
// }
// }
// return "未知"
// }
static let arrSex : [[String : String]] = [
["title": "男",
"id": "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