From 46dc0222d2b68635dbaf2d204305b8e5e8a2fc9c Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 3 Nov 2021 12:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E6=BC=94=E8=AE=B2?= =?UTF-8?q?=E5=98=89=E5=AE=BE=20=E4=B8=8E=E7=89=B9=E9=82=80=E5=98=89?= =?UTF-8?q?=E5=AE=BE=E7=9A=84=E9=AA=8C=E8=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/signUpPageGuoji/signUpPageGuoji.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/signUpPageGuoji/signUpPageGuoji.js b/pages/signUpPageGuoji/signUpPageGuoji.js index 5cfc3d4..d1f8089 100644 --- a/pages/signUpPageGuoji/signUpPageGuoji.js +++ b/pages/signUpPageGuoji/signUpPageGuoji.js @@ -569,7 +569,7 @@ Page({ return } // 是否用餐 - if(this.data.guestType === '1' && (formData.haveMeals == '' || formData.haveMeals === undefined) ){ + if(this.data.guestType !== '4' && (formData.haveMeals == '' || formData.haveMeals === undefined) ){ wx.showToast({ title: '请选择是否用餐', icon: 'none', @@ -577,8 +577,8 @@ Page({ }) return } - // 是否回民 - if(this.data.guestType === '1' && thism.data.haveMeal === '1' && (formData.huiPeople == '' || formData.huiPeople === undefined) ){ + // 是否回民 选择了是否用餐才去校验 + if(this.data.guestType !== '4' && thism.data.haveMeal === '1' && (formData.huiPeople == '' || formData.huiPeople === undefined) ){ wx.showToast({ title: '请选择是否回民', icon: 'none', @@ -753,7 +753,7 @@ Page({ if(options.meetingId){ this.queryMeetingDetail(options.meetingId) } - this.queryMeetingDetail('1455716624649428994') + // this.queryMeetingDetail('1455716624649428994') if(options.nolimit){ this.setData({ nolimitBool:true