openlockPPP před 1 rokem
rodič
revize
4053ebe229

+ 2 - 2
JiaPeiManage.xcodeproj/project.pbxproj

@@ -1467,7 +1467,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1202023071402;
+				CURRENT_PROJECT_VERSION = 1202023071403;
 				DEVELOPMENT_TEAM = K7T6CU5SW5;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = JiaPeiManage/Info.plist;
@@ -1507,7 +1507,7 @@
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1202023071402;
+				CURRENT_PROJECT_VERSION = 1202023071403;
 				DEVELOPMENT_TEAM = K7T6CU5SW5;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = JiaPeiManage/Info.plist;

+ 2 - 2
JiaPeiManage/Sources/Modulars/Home/Controllers/HomeViewController.swift

@@ -54,7 +54,7 @@ final class HomeViewController: BaseViewController {
         //我的学员-action-btn
         self.meStuAction_button.rx.tap.subscribe ({ [unowned self] (_)  in
             if !LocalManager.isOpenLogin() { return}
-            if LocalManager.userInfo.cityPower == "1"{
+            if LocalManager.userInfo.cityPower == "1" && LocalManager.userInfo.userAccount != "350211196508204525" {
                 NYSwRouter.open(NYSwOpenType.traineetab.rawValue)
                 return
             }
@@ -80,7 +80,7 @@ final class HomeViewController: BaseViewController {
             if !LocalManager.isOpenLogin() { return}
             if LocalManager.userInfo.classType == 1 || LocalManager.userInfo.classType == 3{
                 print("统计-action")
-                if LocalManager.userInfo.cityPower == "1"{
+                if LocalManager.userInfo.cityPower == "1" && LocalManager.userInfo.userAccount != "350211196508204525"{
                     NYSwRouter.push(NYSwPushType.trainee_statistics_official.path)
                     return
                 }

+ 1 - 1
JiaPeiManage/Sources/Modulars/Mine/Controllers/MineViewController.xib

@@ -311,7 +311,7 @@
                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vUj-bc-Qkc" userLabel="View-cell">
                                     <rect key="frame" x="0.0" y="319" width="375" height="60"/>
                                     <subviews>
-                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CCCCCCCCCC111111111111111111111111111" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fJC-Qf-3Nv">
+                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="CCCCCCCCCC111111111111111111111111111" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fJC-Qf-3Nv">
                                             <rect key="frame" x="94" y="10" width="266" height="40"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="266" id="vFh-Rq-OQI"/>