diff --git a/index.html b/index.html
index c1c98e1..ea7a9a1 100644
--- a/index.html
+++ b/index.html
@@ -113,18 +113,25 @@
4. Would you give {{webcode=='ah' ? 'Asia' : 'Global'}} Highlights permission to use photos taken by your tour guide(s) that contain your picture?
-
+
Any other comments that you would like to share with us?
-
{{feedbackEvaluation.otherComments ? feedbackEvaluation.otherComments : '--'}}
-
+
+
+ {{eva.otherComments ? eva.otherComments : ''}}
+
+
+
Where is your desired destination for your next trip? (Save USD 200 per trip with our 2024 Destinations Voucher for Europe, Africa, the Middle East, and South America.)
-
{{feedbackEvaluation.desired_next ? feedbackEvaluation.desired_next : '--'}}
-
+
+
+ {{eva.desired_next ? eva.desired_next : ''}}
+
+
Signature:
@@ -135,7 +142,7 @@
-
![]()
+
@@ -300,7 +307,7 @@
feedbackItemList: [],
feedbackItem: { guide: [], driver: [], experience: [], hotel: [] },
tourGuideList: [],
- feedbackEvaluation: {},
+ feedbackEvaluation: [],
group: {},
showPhotos: false,
@@ -390,6 +397,7 @@
return false;
}
// this.cityListPage = false;
+ this.feedbackEvaluation = [];
this.loading = true;
const _param = {
GRI_SN: this.param.g,
@@ -486,7 +494,7 @@
that.feedbackItemList = res.feedbackItemList;
that.tourGuideList = res.tourGuideList;
- that.feedbackEvaluation = res.feedbackEvaluation[0];
+ that.feedbackEvaluation = [].concat(that.feedbackEvaluation, res.feedbackEvaluation);
that.group = res.group[0];
// 已经填写过了