Commit e6e0a9e4 authored by 黄奎's avatar 黄奎

页面修改

parent cbcc8682
...@@ -348,7 +348,6 @@ ...@@ -348,7 +348,6 @@
this.msg.Year = this.currentYear; this.msg.Year = this.currentYear;
this.msg.Month = this.currentMonth; this.msg.Month = this.currentMonth;
this.DayData=[]; this.DayData=[];
this.apipost( this.apipost(
"order_post_GetDinnerMonthStatistics", "order_post_GetDinnerMonthStatistics",
this.msg, this.msg,
...@@ -364,6 +363,7 @@ ...@@ -364,6 +363,7 @@
d.getMonth() + 1, d.getMonth() + 1,
d.getDate() d.getDate()
); );
dayItem.dayValue=[];
for (var j = 0; j < this.DayData.length; j++) { for (var j = 0; j < this.DayData.length; j++) {
if (this.DayData[j].Day == myDate) { if (this.DayData[j].Day == myDate) {
dayItem.dayValue = this.DayData[j].SubList; dayItem.dayValue = this.DayData[j].SubList;
...@@ -381,7 +381,7 @@ ...@@ -381,7 +381,7 @@
//获取酒店列表 //获取酒店列表
GetDinnerList() { GetDinnerList() {
this.apipost( this.apipost(
"dining_post_GetList", {}, "dining_post_GetList", {QCountry:651},
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.DinnerList = res.data.data; this.DinnerList = res.data.data;
......
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