From 6382df7f214503697f041631bd7fdbc5db2c6149 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期五, 20 十月 2023 19:28:56 +0800 Subject: [PATCH] 修复BUG --- WanPai/Root/Course/VC/AddStudentVC.swift | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WanPai/Root/Course/VC/AddStudentVC.swift b/WanPai/Root/Course/VC/AddStudentVC.swift index 66104ee..fe68621 100644 --- a/WanPai/Root/Course/VC/AddStudentVC.swift +++ b/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 -- Gitblit v1.7.1