Browse Source

取消移动端审核版本入口。

Steven 8 months ago
parent
commit
5c97aa9b48

+ 6 - 6
KulexiuForTeacher/KulexiuForTeacher/Module/Mine/Setting/View/SettingBodyView.m

@@ -74,14 +74,14 @@
 
 - (void)setIsMember:(BOOL)isMember {
     _isMember = isMember;
-    if (isMember) {
+//    if (isMember) {
         self.checkView.hidden = YES;
         self.checkViewHeight.constant = 0.0f;
-    }
-    else {
-        self.checkView.hidden = NO;
-        self.checkViewHeight.constant = 50.0f;
-    }
+//    }
+//    else {
+//        self.checkView.hidden = NO;
+//        self.checkViewHeight.constant = 50.0f;
+//    }
 }
 
 /*

+ 1 - 1
KulexiuForTeacher/KulexiuForTeacher/Module/Mine/Setting/View/SettingBodyView.xib

@@ -379,7 +379,7 @@
                                 <outletCollection property="gestureRecognizers" destination="d9P-Rg-qXu" appends="YES" id="xZg-b1-XFU"/>
                             </connections>
                         </view>
-                        <view tag="1014" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KAp-gi-RA0">
+                        <view hidden="YES" tag="1014" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KAp-gi-RA0">
                             <rect key="frame" x="0.0" y="50" width="386" height="50"/>
                             <subviews>
                                 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="曲谱审核" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z0o-TZ-vbx">