杨锴
2025-01-10 f88e04bd8b9ada306c7160367b57076db0be5e5c
XQMuse/Root/Home/VC/HomeItemDetailVC.swift
@@ -51,12 +51,12 @@
                        super.viewDidLoad()
                        title = "泉疗愈"
        if settingViewModel?.bgm != nil {
        if settingViewModel?.sceneMusicModel != nil {
            audioPlayer.scenePlayer?.pause()
        }
        yy_popBlock = {[weak self] in
            if AudioPlayer.getSharedInstance().meditationModel == nil && self?.settingViewModel?.bgm != nil{
            if AudioPlayer.getSharedInstance().meditationModel == nil && self?.settingViewModel?.sceneMusicModel != nil{
                self?.audioPlayer.playScene()
            }
            self?.navigationController?.popViewController()
@@ -137,8 +137,6 @@
                        slider_voice.setThumbImage(v1.qmui_snapshotLayerImage(), for: .normal)
                        slider_voice.setThumbImage(v1.qmui_snapshotLayerImage(), for: .highlighted)
                        view_coutdown.isHidden = true
                        view_function.jq_gradientColor(colorArr: [UIColor.black.withAlphaComponent(0.35).cgColor,UIColor.clear.cgColor], cornerRadius: 0, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations: nil)
            }
@@ -300,6 +298,8 @@
            override func viewDidLayoutSubviews() {
                        super.viewDidLayoutSubviews()
        view_function.jq_gradientColor(colorArr: [UIColor.black.withAlphaComponent(0.35).cgColor,UIColor.clear.cgColor], cornerRadius: 0, startPoint: CGPoint(x: 0, y: 1), endPoint: CGPoint(x: 0, y: 0), bounds: nil, locations: nil)
            }