Commit 66b12672 authored by zhengke's avatar zhengke

no message

parent 9847b87b
......@@ -1214,12 +1214,12 @@
ourHotelTotalCount = ourHotelList[0].totalHotelCount;
}
let totalCount = Number(jalanTotalCount) + Number(ourHotelTotalCount);
if (totalCount % 5 >0 ) {
this.TotalPage = parseInt(totalCount / 5) + 1
} else {
this.TotalPage = parseInt(totalCount / 5)
}
this.TotalPage = totalCount
// if (totalCount % 5 >0 ) {
// this.TotalPage = parseInt(totalCount / 5) + 1
// } else {
// this.TotalPage = parseInt(totalCount / 5)
// }
this.PassMsg.groupBookingFlg = res.data.data.parmResult.groupBookingFlg;
this.JapanIncrease = res.data.data.parmResult.JapanIncrease;
}
......
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