杨锴
2024-11-26 19e3fd5eecfa5fdf1b16b60e3462a5a61de1136e
XQMuse/Root/Me/VC/InviteVC.swift
@@ -41,7 +41,12 @@
        btn_share.jq_cornerRadius = 21.25
        view_role.jq_gradientColor(colorArr: [UIColor(hexString: "#eafbeb")!.cgColor,UIColor.white.cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 0, y: 1), bounds: nil, locations: nil)
//        view_role.jq_gradientColor(colorArr: [UIColor(hexString: "#eafbeb")!.cgColor,UIColor.white.cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 0, y: 1), bounds: nil, locations: nil)
    }
    override func viewDidLayoutSubviews() {
        super.viewDidLayoutSubviews()
        view_role.jq_gradientColor(colorArr: [UIColor(hexString: "#eafbeb")!.cgColor,UIColor.white.cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 0), endPoint: CGPoint(x: 0, y: 1), bounds: nil, locations: nil,clear: true)
    }
    @IBAction func shareAction(_ sender: UIButton) {