@@ -168,7 +168,7 @@ class PatientInfo extends GetView<CreatePatientController> {
),
VListFormCell(
label: "紧急联系手机号",
- content: controller.state.phoneNo,
+ content: controller.state.emergencyPhone,
onTap: () async {
final result = await VDialogInput(
title: "紧急联系手机号",