From ea505b8ef8d44b4308bf19e17fe8d9f6eae379be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 23 Apr 2021 19:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=95=E9=80=89=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/radio.wc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/form/radio.wc b/src/form/radio.wc index c2977cd..8515be1 100644 --- a/src/form/radio.wc +++ b/src/form/radio.wc @@ -99,7 +99,6 @@ export default class RadioGroup { }) this.__observer = new MutationObserver(_ => { - console.log('-00000') this._updateChildrenStat(true) }) @@ -126,7 +125,6 @@ export default class RadioGroup { if (k === 'readonly') { k = 'readOnly' } - console.log('---', k, val, Array.from(this.children)) this[k] = val !== null break }