diff --git a/README.MD b/README.MD
index 448bccc..f42e9a8 100644
--- a/README.MD
+++ b/README.MD
@@ -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)
diff --git a/README.md b/README.md
index 462464e..f42e9a8 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/index.html b/index.html
index faf5efb..9bb7b59 100644
--- a/index.html
+++ b/index.html
@@ -568,7 +568,7 @@
All actions are done.
+ @@ -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 || ''; }, }, });