Ver Fonte

添加分享好友图片 KEY

jsonwang há 3 anos atrás
pai
commit
2b9c714b13

BIN
BFFramework/Assets/Stuckpoint/reCreate_opration_friend.png


BIN
BFFramework/Assets/Stuckpoint/reCreate_opration_friend_pq@2x.png


BIN
BFFramework/Assets/Stuckpoint/reCreate_opration_friend_pq@3x.png


+ 1 - 2
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -383,8 +383,7 @@ class PQStuckPointPublicController: PQBaseViewController {
     lazy var shareFriendBtn: UIButton = {
         let shareFriendBtn = UIButton(type: .custom)
         shareFriendBtn.frame = CGRect(x: 0, y: 0, width: 70, height: 70)
-        shareFriendBtn.setImage(UIImage.moduleImage(named: "reCreate_opration_friend", moduleName: "BFFramework",isAssets: false), for: .normal)
-        shareFriendBtn.backgroundColor = PQBFConfig.shared.styleBackGroundColor
+        shareFriendBtn.setImage(UIImage.moduleImage(named: PQBFConfig.shared.shareFriendBtnImage, moduleName: "BFFramework",isAssets: false), for: .normal)
         shareFriendBtn.addCorner(corner: 6)
         shareFriendBtn.tag = 1
         shareFriendBtn.addTarget(self, action: #selector(btnClick(sender:)), for: .touchUpInside)