Commit 28ed0363 authored by zhengke's avatar zhengke

no message

parent ad42f2a8
......@@ -1215,11 +1215,12 @@
}
let totalCount = Number(jalanTotalCount) + Number(ourHotelTotalCount);
if (totalCount % 2 == 1) {
this.TotalPage = parseInt(totalCount / 2) + 1
} else {
this.TotalPage = parseInt(totalCount / 2)
}
this.TotalPage = totalCount
// if (totalCount % 2 == 1) {
// this.TotalPage = parseInt(totalCount / 2) + 1
// } else {
// this.TotalPage = parseInt(totalCount / 2)
// }
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