无故事王国
2023-10-09 0408b5d7b07077dc9f451a03a1a859038e4e5bf5
WanPai/Config/Def.swift
@@ -12,7 +12,7 @@
import QMUIKit
let SHAKEY = "BT7NPhA0f775uzcUuftWjCE1TYZlWmHZ"
let WechatUniversalLinks = "https://www.weparklife.com/app/"
let WechatUniversalLinks = "https://www.weparklife.com/"
let WeChatAPPID = "wx41d32f362ba0f911"
let WeChatSecrect = "cf0ebf950f5926a69041a0e2bbe20f3e"
let APPScheme = "weparklife"
@@ -84,3 +84,10 @@
      SVProgressHUD.dismiss()
   }
}
extension UIButton {
   func localGradientColor(cornerRadius:Double,bounds:CGRect? = nil){
      self.layer.sublayers?.removeAll(where: {$0 is CAGradientLayer})
      self.jq_gradientColor(colorArr: [UIColor(hexStr: "#FD8802").cgColor,UIColor(hexStr: "#FD8802").cgColor], cornerRadius: cornerRadius, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 0, y: 1), bounds: bounds)
   }
}