Ver Fonte

modify: 补充提交修改 ("使用模板" 素材更换)

Melody há 5 anos atrás
pai
commit
79b98c32b4

+ 0 - 22
SuperShow/Assets.xcassets/Home/home_ic_take_same.imageset/Contents.json

@@ -1,22 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "炫同款@2x.png",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "炫同款@3x.png",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same.imageset/炫同款@2x.png


BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same.imageset/炫同款@3x.png


+ 0 - 22
SuperShow/Assets.xcassets/Home/home_ic_take_same_DownLoading.imageset/Contents.json

@@ -1,22 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "home_ic_take_same_DownLoading@2x.png",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "home_ic_take_same_DownLoading@3x.png",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same_DownLoading.imageset/home_ic_take_same_DownLoading@2x.png


BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same_DownLoading.imageset/home_ic_take_same_DownLoading@3x.png


+ 0 - 22
SuperShow/Assets.xcassets/Home/home_ic_take_same_background.imageset/Contents.json

@@ -1,22 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "加载时按钮@2x.png",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "加载时按钮@3x.png",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same_background.imageset/加载时按钮@2x.png


BIN
SuperShow/Assets.xcassets/Home/home_ic_take_same_background.imageset/加载时按钮@3x.png


+ 2 - 1
SuperShow/UI/Recommend/Views/WSSRecommendUseProgressView.swift

@@ -25,7 +25,7 @@ class WSSRecommendUseProgressView: UIView {
     /// UI
     fileprivate var bgImageView: UIImageView = {
         let imageView = UIImageView()
-        imageView.image = R.image.home_ic_take_same_background()
+        imageView.image = R.image.use_temple_bg()
         return imageView
     }()
 
@@ -35,6 +35,7 @@ class WSSRecommendUseProgressView: UIView {
         button.setBackgroundImage(R.image.use_temple_bg(), for: .normal)
         button.setTitle("使用模板", for: .normal)
         button.titleLabel?.font = OJAFont.font15
+        button.isUserInteractionEnabled = false
         button.setImagePosition(.left, spacing: 16)
         return button
     }()