From 5415b6659e542b21058428bbc0d38e7f5783815b Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期六, 09 十一月 2024 21:05:29 +0800
Subject: [PATCH] fix bug

---
 XQMuse/Config/Def.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/XQMuse/Config/Def.swift b/XQMuse/Config/Def.swift
index f656104..b48a5f5 100644
--- a/XQMuse/Config/Def.swift
+++ b/XQMuse/Config/Def.swift
@@ -103,7 +103,7 @@
 extension UIButton {
     func localGradientColor(cornerRadius:Double,bounds:CGRect? = nil){
         self.layer.sublayers?.removeAll(where: {$0 is CAGradientLayer})
-        self.jq_gradientColor(colorArr: [UIColor(hexStr: "#8EA47A").cgColor,UIColor(hexStr: "#AFCA98").cgColor], cornerRadius: cornerRadius, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 0, y: 1), bounds: bounds)
+        self.jq_gradientColor(colorArr: [UIColor(hexStr: "#8EA47A").cgColor,UIColor(hexStr: "#AFCA98").cgColor], cornerRadius: cornerRadius, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 1, y: 0), bounds: bounds)
     }
 
     public func openCountDown(_ t:Int = 59,defultTitle:String = "获取验证码"){

--
Gitblit v1.7.1