|
@@ -843,6 +843,7 @@ class PQStuckPointEditerController: PQBaseViewController {
|
|
// 设置播放器
|
|
// 设置播放器
|
|
func settingPlayerView() {
|
|
func settingPlayerView() {
|
|
|
|
|
|
|
|
+ synchroMarskView.removeFromSuperview()
|
|
if synchroMarskView.superview == nil {
|
|
if synchroMarskView.superview == nil {
|
|
UIApplication.shared.keyWindow?.addSubview(synchroMarskView)
|
|
UIApplication.shared.keyWindow?.addSubview(synchroMarskView)
|
|
synchroMarskView.show()
|
|
synchroMarskView.show()
|
|
@@ -1615,6 +1616,7 @@ extension PQStuckPointEditerController {
|
|
} else if stuckPointMusicData?.localPath == nil || (stuckPointMusicData?.localPath?.count ?? 0) > 0 {
|
|
} else if stuckPointMusicData?.localPath == nil || (stuckPointMusicData?.localPath?.count ?? 0) > 0 {
|
|
if synchroMarskView.superview == nil {
|
|
if synchroMarskView.superview == nil {
|
|
UIApplication.shared.keyWindow?.addSubview(synchroMarskView)
|
|
UIApplication.shared.keyWindow?.addSubview(synchroMarskView)
|
|
|
|
+ synchroMarskView.show()
|
|
}
|
|
}
|
|
isStuckPointDataSuccess = true
|
|
isStuckPointDataSuccess = true
|
|
PQDownloadManager.downLoadFile(url: stuckPointMusicData?.musicPath ?? "") { [weak self] filePath, error in
|
|
PQDownloadManager.downLoadFile(url: stuckPointMusicData?.musicPath ?? "") { [weak self] filePath, error in
|