Commit a594ca66 authored by 黄奎's avatar 黄奎

页面修改

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