js 兼容性

master
Lei OT 2 years ago
parent 29e2763b8e
commit 2036bffa4e

@ -1,5 +1,6 @@
# GHH-feedback
海外供应商反馈表
1. [供应商平台 反馈表录入地址](http://p.mycht.cn/php/gys.php/welcome/feedback_detail/256910/215427)
2. [反馈表案例](https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490)
3. [海外反馈表录入地址](http://202.103.68.93:3081/index.html?g=338947&v=30008)
4. [海外反馈表录入地址](https://www.asiahighlights.com/customerfeedback/index.html?g=338947&v=30008)
2. [反馈表案例-老版本](https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490)
3. [海外反馈表录入地址](https://www.asiahighlights.com/customerfeedback/index.html?g=338947&v=30008)

@ -1,2 +1,6 @@
# GHH-feedback
海外供应商反馈表
1. [供应商平台 反馈表录入地址](http://p.mycht.cn/php/gys.php/welcome/feedback_detail/256910/215427)
2. [反馈表案例-老版本](https://www.chinahighlights.com/customerservice/feedback/PostTourSurveyFormToWLGH.asp?LGC=1&COLI_SN=988185&MEI_SN=954295&Email=jennroth18@hotmail.com&ToC=0&ShowType=&page_class=4&dei_sn=28&country=30,490)
3. [海外反馈表录入地址](https://www.asiahighlights.com/customerfeedback/index.html?g=338947&v=30008)

@ -568,7 +568,7 @@
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 10.417 5.384 8.323A.75.75 0 0 0 4.303 9.7l2.693 2.677a.75.75 0 0 0 1.086-.02l5.17-5.85a.75.75 0 0 0-.02-1.107z" />
</svg>
<h2>Thank you for your feedback!</h2>
<p>All actions are done.</p>
<!-- <p>All actions are done.</p> -->
</div>
<template v-if="cityListPage">
@ -716,7 +716,7 @@
return window.innerWidth >= 768; // Adjust the threshold as needed
},
selectedRatingText() {
return rateListMapped[this.selectItem]?.name || '';
return (rateListMapped[this.selectItem] && rateListMapped[this.selectItem].name) || '';
},
},
});
@ -736,7 +736,8 @@
},
computed: {
selectedRatingText() {
return rateListMapped[this.selectItem]?.name || '';
return (rateListMapped[this.selectItem] && rateListMapped[this.selectItem].name) || '';
// return rateListMapped[this.selectItem]?.name || '';
},
},
});

Loading…
Cancel
Save