Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
SURPRISED
Commits
8e8b7871
Commit
8e8b7871
authored
Sep 05, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
fa6c317d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
invesDetails.html
html/invesDetails.html
+18
-3
No files found.
html/invesDetails.html
View file @
8e8b7871
...
...
@@ -165,6 +165,14 @@
</td>
</tr>`
for
(
let
i
=
0
;
i
<
SurveyType2
.
length
;
i
++
)
{
if
(
SurveyType2
[
i
].
Title
.
indexOf
(
'自费'
)
!==
-
1
)
{
html
+=
`<tr>
<td colspan="6">
<p>您参加的自费项目有:</p>
<p class="indet_2">
${
SurveyType2
[
i
].
TextContent
}
</p>
</td>
</tr>`
}
if
(
SurveyType2
[
i
].
Title
.
indexOf
(
'建议'
)
!==
-
1
)
{
html
+=
`<tr>
<td colspan="6">
...
...
@@ -173,12 +181,19 @@
</td>
</tr>`
}
if
(
SurveyType2
[
i
].
Title
.
indexOf
(
'去'
)
!==
-
1
)
{
if
(
SurveyType2
[
i
].
Title
.
indexOf
(
'
想
去'
)
!==
-
1
)
{
html
+=
`<tr>
<td colspan="6">
<p>您下次出游最想去哪里?</p>
<p class="indet_2">1.
${
SurveyType2
[
i
].
TextContent
}
</p>
<p class="indet_2">2.</p>
<p class="indet_2">
${
SurveyType2
[
i
].
TextContent
}
</p>
</td>
</tr>`
}
if
(
SurveyType2
[
i
].
Title
.
indexOf
(
'优先考虑'
)
!==
-
1
)
{
html
+=
`<tr>
<td colspan="6">
<p>下次出游是否优先考虑印象产品?</p>
<p class="indet_2">
${
SurveyType2
[
i
].
TextContent
}
</p>
</td>
</tr>`
}
...
...
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