bda9ac46 by zhangmeng

Merge remote-tracking branch 'origin/dev' into dev

2 parents 85bea01c 000585fa
......@@ -308,7 +308,7 @@ async function paymentHandle() {
}
if (currSeat.value.length != orderForm.value.customerIds.length) {
ElMessage({
message: language.value == 0 ? '座位数与人数不一致' : '',
message: language.value == 0 ? '座位数与人数不一致' : 'Seat number is inconsistent with the number of people',
type: 'error'
})
return
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!