19257536 by zhangmeng

英文提示

1 parent 4b6bf2f4
...@@ -196,7 +196,7 @@ function submit() { ...@@ -196,7 +196,7 @@ function submit() {
196 return 196 return
197 } 197 }
198 198
199 if (!timeVal.value.id)return proxy.$modal.msgError('请选择预约时间!', ) 199 if (!timeVal.value.id)return proxy.$modal.msgError( language.value==0?'请选择预约时间!':"Please select an appointment time!" )
200 200
201 proxy.$refs['formRef'].validate(valid=>{ 201 proxy.$refs['formRef'].validate(valid=>{
202 if (valid){ 202 if (valid){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!