Steven 4 月之前
父节点
当前提交
428659e2e5

+ 10 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/View/CourseGroupView/CourseGroupPlanDescView.xib

@@ -17,6 +17,10 @@
                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7vY-rm-il4">
                     <rect key="frame" x="0.0" y="12" width="393" height="133"/>
                     <subviews>
+                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gbU-eC-5qH">
+                            <rect key="frame" x="12" y="42" width="373" height="81"/>
+                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
+                        </view>
                         <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="course_plan_icon" translatesAutoresizingMaskIntoConstraints="NO" id="0CG-ac-gwS">
                             <rect key="frame" x="12" y="12" width="18" height="18"/>
                             <constraints>
@@ -55,7 +59,7 @@
                         </button>
                         <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" editable="NO" textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="djD-FS-SLG">
                             <rect key="frame" x="12" y="42" width="373" height="81"/>
-                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
+                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                             <color key="textColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                             <fontDescription key="fontDescription" type="system" pointSize="13"/>
                             <textInputTraits key="textInputTraits" autocapitalizationType="sentences" smartInsertDeleteType="no"/>
@@ -63,9 +67,13 @@
                     </subviews>
                     <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                     <constraints>
+                        <constraint firstItem="gbU-eC-5qH" firstAttribute="bottom" secondItem="djD-FS-SLG" secondAttribute="bottom" id="3fl-SI-cFC"/>
                         <constraint firstItem="17Y-QM-ifr" firstAttribute="leading" secondItem="I6t-ba-QZt" secondAttribute="trailing" constant="2" id="6tq-hO-O19"/>
+                        <constraint firstItem="gbU-eC-5qH" firstAttribute="leading" secondItem="djD-FS-SLG" secondAttribute="leading" id="7fP-WH-02E"/>
                         <constraint firstAttribute="trailing" secondItem="gyP-HZ-5E0" secondAttribute="trailing" id="8h7-nk-xKs"/>
                         <constraint firstAttribute="trailing" secondItem="17Y-QM-ifr" secondAttribute="trailing" constant="12" id="HQk-s5-KMm"/>
+                        <constraint firstItem="gbU-eC-5qH" firstAttribute="trailing" secondItem="djD-FS-SLG" secondAttribute="trailing" id="KKA-BA-tjt"/>
+                        <constraint firstItem="gbU-eC-5qH" firstAttribute="top" secondItem="djD-FS-SLG" secondAttribute="top" id="Lk7-cS-AeE"/>
                         <constraint firstItem="djD-FS-SLG" firstAttribute="top" secondItem="0CG-ac-gwS" secondAttribute="bottom" constant="12" id="O2v-6x-zf5"/>
                         <constraint firstItem="0CG-ac-gwS" firstAttribute="leading" secondItem="7vY-rm-il4" secondAttribute="leading" constant="12" id="Zco-rw-GXs"/>
                         <constraint firstItem="djD-FS-SLG" firstAttribute="leading" secondItem="7vY-rm-il4" secondAttribute="leading" constant="12" id="aeJ-Cj-3JN"/>
@@ -96,6 +104,7 @@
             <nil key="simulatedBottomBarMetrics"/>
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
             <connections>
+                <outlet property="textBgView" destination="gbU-eC-5qH" id="jc3-yt-JzJ"/>
                 <outlet property="textView" destination="djD-FS-SLG" id="3te-uV-dmn"/>
             </connections>
             <point key="canvasLocation" x="75.572519083969468" y="45.422535211267608"/>

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Course/VipCourse/Controller/VIPCourseGroupViewController.m

@@ -225,7 +225,7 @@
     if (!_navView) {
         _navView = [CourseGroupNavView sharedInstance];
         MJWeakSelf;
-        [_navView configWithNavTitle:@"VIP定制课设置" callback:^{
+        [_navView configWithNavTitle:@"VIP定制课详情" callback:^{
             [weakSelf backAction];
         }];
     }