diff --git a/src/bundle/settle-in/tea-specialist.vue b/src/bundle/settle-in/tea-specialist.vue index f4d70b4..1651865 100644 --- a/src/bundle/settle-in/tea-specialist.vue +++ b/src/bundle/settle-in/tea-specialist.vue @@ -560,21 +560,21 @@ const TeaSpecialist = { return false } - // 身份证正面和反面校验 - if (frontCard.value.length === 0) { - toast.show('请上传身份证正面照片') - return false - } - if (!form.value.city_id) { toast.show('请选择服务区域') return false } - if (backCard.value.length === 0) { - toast.show('请上传身份证反面照片') - return false - } + // 身份证正面和反面校验 + // if (frontCard.value.length === 0) { + // toast.show('请上传身份证正面照片') + // return false + // } + + // if (backCard.value.length === 0) { + // toast.show('请上传身份证反面照片') + // return false + // } if (fileList.value.length == 0) { toast.show('请上传茶艺师资格证书')