000585fa by 杨炀

no message

1 parent a12d666a
......@@ -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!