From b5b4374a94e12af85160fbd637643f10088514eb Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 9 Jan 2024 11:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=89=80=E5=9C=A8=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/register/register.vue | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/pages/register/register.vue b/pages/register/register.vue index 559a51a..43150e8 100644 --- a/pages/register/register.vue +++ b/pages/register/register.vue @@ -70,14 +70,14 @@ maxlength='40' /> --> - + 基础疾病 @@ -268,15 +268,17 @@ couponId: null, patientName: "", cardNo: "", - phone: "", + phone: "", address: "", areaCode: "", - homeLongitude: '118.5816', - homeLatitude: '37.44875', + // homeLongitude: '118.5816', + // homeLatitude: '37.44875', + homeLongitude: '', + homeLatitude: '', nurseTypeIdList: [], diseaseInfoList: [], patientId: '', - locationName: '东营', + locationName: '', sex: '', sexname: '', birthDate: '', @@ -418,13 +420,15 @@ type: 'error' }) return - } else if (!that.query.locationName) { - that.$refs.uToast.show({ - title: '请选择所在位置', - type: 'error' - }) - return - } else if (!that.query.birthDate) { + } + // else if (!that.query.locationName) { + // that.$refs.uToast.show({ + // title: '请选择所在位置', + // type: 'error' + // }) + // return + // } + else if (!that.query.birthDate) { that.$refs.uToast.show({ title: '请选择出生日期', type: 'error'