Commit 8e8b7871 authored by 华国豪's avatar 华国豪 🙄

1

parent fa6c317d
......@@ -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>`
}
......
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