@@ -123,7 +123,7 @@ export default {
getMealList() {
let type = this.form.type === 0 ? 13 : 12
- mealList(type, 2).then(res => {
+ mealList(type, 4).then(res => {
if (res.code === 0) {
this.mealOptions = res.data
}