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, };