杨锴
2025-01-10 f88e04bd8b9ada306c7160367b57076db0be5e5c
XQMuse/Root/Plans/PlanGuide_3_VC.swift
@@ -56,8 +56,6 @@
                        btn_previous.titleLabel?.font = Def_SourceHanSerif_Medium(fontSize: 13)
                        btn_next.titleLabel?.font = Def_SourceHanSerif_Medium(fontSize: 13)
                        view_content.jq_gradientColor(colorArr: [UIColor(hexString: "#D2EDE4")!.cgColor,UIColor.white.withAlphaComponent(0.8).cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations:nil)
                        collectionVIew.delegate = self
                        collectionVIew.dataSource = self
                        collectionVIew.backgroundColor = .clear
@@ -68,6 +66,11 @@
                        collectionVIew.collectionViewLayout = flowLayout
            }
    override func viewDidLayoutSubviews() {
        super.viewDidLayoutSubviews()
        view_content.jq_gradientColor(colorArr: [UIColor(hexString: "#D2EDE4")!.cgColor,UIColor.white.withAlphaComponent(0.8).cgColor], cornerRadius: 20, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations:nil)
    }
            @IBAction func nextAction(_ sender: UIButton) {
        responseUserAnswerModel.tagIds = selectModels.map({"\($0.id)"}).joined(separator: ",")