From d78ca6e266e07e8a8697ada281260ad72c2b1308 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 30 Jul 2024 11:03:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E5=A1=AB=E5=85=85?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 3 +++ index.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 9b5f49c..19e0ec1 100644 --- a/README.MD +++ b/README.MD @@ -4,3 +4,6 @@ 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) + +## DEV +1. [开发页面](http://localhost:3081/index.html?g=338695&v=32865&l=1&r=&debug=1) diff --git a/index.html b/index.html index 8007571..c1c98e1 100644 --- a/index.html +++ b/index.html @@ -272,9 +272,9 @@ }, isEmptyData() { return this.feedbackItem.guide.length === 0 - || this.feedbackItem.driver.length === 0 - || this.feedbackItem.experience.length === 0 - || this.feedbackItem.hotel.length === 0; + && this.feedbackItem.driver.length === 0 + && this.feedbackItem.experience.length === 0 + && this.feedbackItem.hotel.length === 0; }, }, data() {