From 1f7f805380ffc7f02e0d4b796ab6e99fe6019bf8 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 25 Oct 2023 15:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix-bug78066=2078064=E3=80=91=E7=A6=85?= =?UTF-8?q?=E9=81=93bug=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/signUpPageGuoji/signUpPageGuoji.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/signUpPageGuoji/signUpPageGuoji.js b/pages/signUpPageGuoji/signUpPageGuoji.js index 40be6e2..1dea72c 100644 --- a/pages/signUpPageGuoji/signUpPageGuoji.js +++ b/pages/signUpPageGuoji/signUpPageGuoji.js @@ -809,7 +809,7 @@ Page({ if (this.data.meetingDetailInfo.isWasic) { if (!formData.choiceTopic || formData.choiceTopic.length === 0) { wx.showToast({ - title: '请选择关联课题', + title: '请选择课题名称', icon: 'none', duration: 2000 }) @@ -925,7 +925,7 @@ Page({ formData.invoiceProject = this.data.invoiceProjectList[formData.invoiceProject].value } // 不需要发票不校验 - if (formData.identity == '2' && (this.data.selectedPostPerson.id == -'' || this.data.selectedPostPerson.id === undefined) && formData.needInvoice !== '0') { + if (formData.identity == '2' && (this.data.selectedPostPerson.id === '' || this.data.selectedPostPerson.id === undefined) && (formData.needInvoice !== undefined && formData.needInvoice !== '0')) { wx.showToast({ title: '请选择邮寄联系人', icon: 'none',