Browse Source

省市字段大小写处理

dev
kola-web 2 weeks ago
parent
commit
429fbcc5db
  1. 4
      src/pages/enterInfo/index.ts

4
src/pages/enterInfo/index.ts

@ -129,8 +129,8 @@ Page({
inviteDoctorId: recommendDoctorId ? '' : doctorId, inviteDoctorId: recommendDoctorId ? '' : doctorId,
recommendDoctorId: recommendDoctorId ? doctorId : '', recommendDoctorId: recommendDoctorId ? doctorId : '',
beRecommendDoctorId: recommendDoctorId, beRecommendDoctorId: recommendDoctorId,
IntentionalVisitProvinceId, intentionalVisitProvinceId:IntentionalVisitProvinceId,
IntentionalVisitCityId, intentionalVisitCityId:IntentionalVisitCityId,
}, },
loading: true, loading: true,
}) })

Loading…
Cancel
Save