From d788e19a44d82467faca451bb39b32712d5a2475 Mon Sep 17 00:00:00 2001 From: al Date: Tue, 5 Nov 2024 20:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E9=80=9A=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E8=B6=85=E7=B2=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/createProfile/page.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/my/createProfile/page.jsx b/app/my/createProfile/page.jsx index 3f1f78b..b536ef7 100644 --- a/app/my/createProfile/page.jsx +++ b/app/my/createProfile/page.jsx @@ -310,11 +310,9 @@ export default function CreateProfile() { ironfanship_price: parseInt(ironFanPrice * 100, 10), is_superfanship_enabled: openSuper ? 1 : 0, // 旧版本 - superfanship_price: openSuper ? superfanObj.price : 0, - superfanship_valid_period: openSuper ? superfanObj.period : 0, - is_superfanship_give_wechat: openSuper - ? superfanObj.is_superfanship_give_wechat - : 0, + superfanship_price: superfanObj.price, + superfanship_valid_period: superfanObj.period, + is_superfanship_give_wechat: superfanObj.is_superfanship_give_wechat, // 新版本 // superfan_price_list, };