浏览代码

更换福利图片

南鑫林 5 年之前
父节点
当前提交
335b625d3c

+ 1 - 1
RainbowPlanet/Podfile.lock

@@ -246,6 +246,6 @@ SPEC CHECKSUMS:
   YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
   ZipArchive: e25a4373192673e3229ac8d6e9f64a3e5713c966
 
-PODFILE CHECKSUM: 776426a27b52cade84fb4274fa44db9b949e0984
+PODFILE CHECKSUM: ce432c6d1c1d20494422e407f89b349919afbdf4
 
 COCOAPODS: 1.7.4

+ 2 - 2
RainbowPlanet/RainbowPlanet/Base/BaseTabbarViewController/BaseTabbarViewController.swift

@@ -159,8 +159,8 @@ class BaseTabbarViewController: NSObject {
     /// 跳转到VC
     func pushPublishVC() {
         if BaseTabbarViewController.shared.v1.navigationBarbgView.isHidden {
-//            let pickVc = PublishViewController()
-            let  pickVc = PublishNewViewController()
+            let pickVc = PublishViewController()
+//            let  pickVc = PublishNewViewController()
             let nav = BaseNavigationViewController.init(rootViewController: pickVc)
             BaseTabbarViewController.shared.esTabBarController.present(nav, animated: true, completion: nil)
         } else {

+ 2 - 2
RainbowPlanet/RainbowPlanet/Modules/RedemptionAreaModule/RedemptionArea/ViewController/RedemptionAreaViewController.swift

@@ -56,7 +56,7 @@ class RedemptionAreaViewController: BaseViewController {
     
     lazy var scrollView: UIScrollView = {
         let scrollView = UIScrollView(frame: CGRect(x: 0, y: kNavBarTotalHeight, width: kScreenWidth, height: kScreenHeight-kNavBarTotalHeight-kTabBarTotalHeight))
-        scrollView.contentSize = CGSize(width: kScreenWidth, height: kScreenWidth*1420/640)
+        scrollView.contentSize = CGSize(width: kScreenWidth, height: 1723.5*kScaleWidth)
         scrollView.bounces = false
         scrollView.isHidden = true
         scrollView.addSubview(imageView)
@@ -64,7 +64,7 @@ class RedemptionAreaViewController: BaseViewController {
     }()
     
     lazy var imageView: UIImageView = {
-        let imageView = UIImageView(frame: CGRect(x: 0, y: 0, width: kScreenWidth, height: kScreenWidth*1420/640))
+        let imageView = UIImageView(frame: CGRect(x: 0, y: 0, width: kScreenWidth, height: 1723.5*kScaleWidth))
         imageView.image = kImage(name: "activity")
         return imageView
     }()