餐次修改
This commit is contained in:
parent
576ac74d8d
commit
3d9028bfdc
|
|
@ -152,7 +152,7 @@ export default {
|
||||||
if (type === 1) {
|
if (type === 1) {
|
||||||
return '早餐'
|
return '早餐'
|
||||||
} else if (type === 2) {
|
} else if (type === 2) {
|
||||||
return '午餐'
|
return '午餐'
|
||||||
} else if (type === 3) {
|
} else if (type === 3) {
|
||||||
return '外卖'
|
return '外卖'
|
||||||
// return '下午茶'
|
// return '下午茶'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue