Commit e544300e authored by DPFly's avatar DPFly

修正点餐码进入时就餐人数提示框提示文字

parent e08c5efc
......@@ -1512,7 +1512,7 @@ export default {
// 下单类型(堂食,扫码点餐,先吃后付)默认为1堂食
if (this.isScanOrder) {
let type = 2
if (res.switch_eat_after_pay == 1) {
if (this.codeType !== 2 && res.switch_eat_after_pay == 1) {
type = 3
}
this.guestsType = type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment