From 427f1cc9b5a83235b32cb674c1690585fc35f01f Mon Sep 17 00:00:00 2001 From: al Date: Thu, 16 Jan 2025 12:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E7=B2=89=E6=A1=A3?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/space/setting/spacePaymentSetting/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/space/setting/spacePaymentSetting/page.jsx b/app/space/setting/spacePaymentSetting/page.jsx index a306ab0..a72f6d2 100644 --- a/app/space/setting/spacePaymentSetting/page.jsx +++ b/app/space/setting/spacePaymentSetting/page.jsx @@ -53,8 +53,8 @@ const ListItemWithCheckbox = ({ onChange={(value) => { const newSuperSinglesContr = [...superSinglesContr]; newSuperSinglesContr[index].enable = value; - newSuperSinglesContr[index].price = 0; - newSuperSinglesContr[index].wechatFree = false; + // newSuperSinglesContr[index].price = 0; + // newSuperSinglesContr[index].wechatFree = false; setSuperSinglesContr(newSuperSinglesContr); }} >