| | |
| | | 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" |
| | |
| | | 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) |
| | | } |
| | | } |