|
@@ -1679,11 +1679,11 @@ extension PQStuckPointEditerController {
|
|
|
}
|
|
|
|
|
|
// 跳跃卡点不可用
|
|
|
- if selectedTotalDuration < 6 {
|
|
|
- jumpPointBtn.setImage(UIImage().BF_Image(named: "jumpPoint_disable"), for: .normal)
|
|
|
- jumpPointBtn.setImage(UIImage().BF_Image(named: "jumpPoint_disable"), for: .selected)
|
|
|
- jumpPointBtnGif.isHidden = true
|
|
|
- }
|
|
|
+// if selectedTotalDuration < 6 {
|
|
|
+// jumpPointBtn.setImage(UIImage().BF_Image(named: "jumpPoint_disable"), for: .normal)
|
|
|
+// jumpPointBtn.setImage(UIImage().BF_Image(named: "jumpPoint_disable"), for: .selected)
|
|
|
+// jumpPointBtnGif.isHidden = true
|
|
|
+// }
|
|
|
|
|
|
/*
|
|
|
文档规则 https://w42nne6hzg.feishu.cn/docs/doccnQZm1uCfkU4QtJb5fLxYk4d#
|