Commit a594ca66 authored by 黄奎's avatar 黄奎

页面修改

parent db1bf4b9
...@@ -2882,7 +2882,6 @@ ...@@ -2882,7 +2882,6 @@
useDinnerTypeBy = y.childItem.useDinnerType useDinnerTypeBy = y.childItem.useDinnerType
} }
}) })
console.log("useDinnerTypeBy",useDinnerTypeBy);
if (can.breakfirst == '敬请自理' && (useDinnerTypeBy && useDinnerTypeBy.indexOf('1') != -1)) { if (can.breakfirst == '敬请自理' && (useDinnerTypeBy && useDinnerTypeBy.indexOf('1') != -1)) {
can.breakfirst = '酒店内享用早餐' can.breakfirst = '酒店内享用早餐'
} else if (can.breakfirst == '') { } else if (can.breakfirst == '') {
......
...@@ -280,7 +280,6 @@ ...@@ -280,7 +280,6 @@
this.getOrderMsg, this.getOrderMsg,
res => { res => {
this.$q.loading.hide(); this.$q.loading.hide();
console.log("res",res);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.DataList = res.data.data.pageData; this.DataList = res.data.data.pageData;
this.pageCount = res.data.data.pageCount; this.pageCount = res.data.data.pageCount;
......
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