WanPai/Root/Course/VC/AddStudentVC.swift
@@ -75,10 +75,10 @@ view_profile.isHidden = true title = "添加人员" tf_name.placeholder = "请输入人员姓名" tf_height.placeholder = "请输入人员身高" tf_weight.placeholder = "请输入人员体重" tf_phone.placeholder = "请输入人员联系方式" tf_idCard.placeholder = "请输入人员身份证号" tf_height.placeholder = "请输入身高" tf_weight.placeholder = "请输入体重" tf_phone.placeholder = "请输入联系方式" tf_idCard.placeholder = "请输入身份证号" if let m = activityDetailPartModel{ title = "编辑人员" tf_name.text = m.name