89a307bd by yyx

Merge branch 'order' of https://code.itechtop.cn/yangyang/dance-pc into order

2 parents 8876746b 19257536
......@@ -196,7 +196,7 @@ function submit() {
return
}
if (!timeVal.value.id)return proxy.$modal.msgError('请选择预约时间!', )
if (!timeVal.value.id)return proxy.$modal.msgError( language.value==0?'请选择预约时间!':"Please select an appointment time!" )
proxy.$refs['formRef'].validate(valid=>{
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!