logic fix and version update

This commit is contained in:
eggmanQQQ
2024-09-04 20:18:20 +08:00
parent b9edaddf7c
commit fa6934299c
3 changed files with 4 additions and 4 deletions

View File

@@ -12830,7 +12830,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.34;
MARKETING_VERSION = 20.20.35;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -12872,7 +12872,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 20.20.34;
MARKETING_VERSION = 20.20.35;
PRODUCT_BUNDLE_IDENTIFIER = com.peko.enterprise.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";

View File

@@ -48,7 +48,7 @@ isPhoneXSeries = [[UIApplication sharedApplication] delegate].window.safeAreaIns
///内置版本号
#define PI_App_Version @"1.0.20"
#define PI_App_Version @"1.0.21"
///渠道
#define PI_App_Source @"appstore"
#define PI_Test_Flight @"TestFlight"

View File

@@ -814,7 +814,7 @@
self.userInfo = infoModel;
self.userVIPInfo = infoModel.userVipInfoVO;
self.settingButton.hidden = self.userVIPInfo.vipLevel < 9;
self.settingButton.hidden = self.userVIPInfo.vipLevel < 8;
[self loadVIPCenterInfo];
[self updatePurchaseArea];