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'