Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
3a4016ee
Commit
3a4016ee
authored
Jun 06, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
833eaf04
9fd13c59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
roomQuery.vue
src/components/Hotel/roomQuery.vue
+7
-5
No files found.
src/components/Hotel/roomQuery.vue
View file @
3a4016ee
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment