Commit 9fd13c59 authored by 黄奎's avatar 黄奎

页面修改

parent d7600d60
......@@ -394,12 +394,14 @@
var rootRowspan = 0; //合团跨行
rootItem.PriceCommonList.forEach(subItem => {
var itemRowSpan = 0; //酒店跨行
subItem.PriceHotelResult.forEach(thirdItem => {
thirdItem.SubList.forEach(lastItem => {
rootRowspan++;
itemRowSpan++;
if (subItem.PriceHotelResult && subItem.PriceHotelResult.length > 0) {
subItem.PriceHotelResult.forEach(thirdItem => {
thirdItem.SubList.forEach(lastItem => {
rootRowspan++;
itemRowSpan++;
});
});
});
}
subItem.itemRowSpan = itemRowSpan;
});
rootItem.rootRowspan = rootRowspan;
......
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