英文提示
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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){ | ... | ... |
-
Please register or sign in to post a comment