Browse Source

默认速度选择问题

jsonwang 3 năm trước cách đây
mục cha
commit
7c1695a12d

+ 1 - 1
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointEditerController.swift

@@ -1746,7 +1746,7 @@ extension PQStuckPointEditerController {
 
          */
         // 1.2)生成快慢速的默认值
-        if selectedTotalDuration >= 120 && selectedTotalDuration <= 144 {
+        if selectedTotalDuration >= 120 && selectedTotalDuration <= 144 || selectedTotalDuration > 144 {
             lastSpeedSelectIndex = 5
         } else if selectedTotalDuration >= 70 && selectedTotalDuration < 120 {
             lastSpeedSelectIndex = 4