Commit 3e88ec436374a6655548d6bf95271b21185e81ac

Authored by “张旭”
1 parent 7ba71775

1.1.7.25.04.25.21

metaCode.xcodeproj/project.pbxproj
... ... @@ -2960,7 +2960,7 @@
2960 2960 CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements;
2961 2961 CODE_SIGN_IDENTITY = "Apple Development";
2962 2962 CODE_SIGN_STYLE = Automatic;
2963   - CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.20;
  2963 + CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.21;
2964 2964 DEBUG_INFORMATION_FORMAT = dwarf;
2965 2965 DEVELOPMENT_TEAM = 94X49GG3ZW;
2966 2966 ENABLE_BITCODE = NO;
... ... @@ -3216,7 +3216,7 @@
3216 3216 CODE_SIGN_ENTITLEMENTS = metaCode/metaCode.entitlements;
3217 3217 CODE_SIGN_IDENTITY = "Apple Development";
3218 3218 CODE_SIGN_STYLE = Automatic;
3219   - CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.20;
  3219 + CURRENT_PROJECT_VERSION = 1.1.7.25.04.25.21;
3220 3220 DEVELOPMENT_TEAM = 94X49GG3ZW;
3221 3221 ENABLE_BITCODE = NO;
3222 3222 ENABLE_MODULE_VERIFIER = NO;
... ...
metaCode/Classes/Main/HuBiLieHomePage/Controller/CNLiveTVPlayerViewController.swift
... ... @@ -1757,6 +1757,7 @@ class CNLiveTVPlayerViewController:UIViewController, UITableViewDataSource, UITa
1757 1757 descLbl.textColor = HexColor("#999999")
1758 1758 descLbl.text = vodMdl.desc
1759 1759 descLbl.width = KSreenWidth-20
  1760 + descLbl.isUserInteractionEnabled = false
1760 1761 bottomCommentShowContainView.addSubview(descLbl)
1761 1762  
1762 1763 descLbl.snp.makeConstraints { make in
... ...