From acb38f545cdc9b6389e4152d9c20c83d6299fc81 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 25 Oct 2023 12:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix-bug78059=E3=80=91-=E7=BC=96?= =?UTF-8?q?=E8=BE=91--=E9=80=89=E6=8B=A9=E7=9A=84=E8=AF=BE=E9=A2=98?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E5=8B=BE=E9=80=89=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/signUpPageGuoji/signUpPageGuoji.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/signUpPageGuoji/signUpPageGuoji.js b/pages/signUpPageGuoji/signUpPageGuoji.js index cf0203d..40be6e2 100644 --- a/pages/signUpPageGuoji/signUpPageGuoji.js +++ b/pages/signUpPageGuoji/signUpPageGuoji.js @@ -400,7 +400,7 @@ Page({ linkTopicsOptionArr: arr // 参会人信息 } // 编辑时 对数据进行处理 - if (this.data.isEdit) { + if (this.isEdit) { // 选中的主题 const choiceTopic = (this.model.choiceTopic || '').split(',') this.updateCheckboxArr(arr, choiceTopic)