jsonwang 3 лет назад
Родитель
Сommit
2a5ea772dd
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      BFFramework/Classes/Stuckpoint/View/PQSpeedSettingView.swift

+ 2 - 0
BFFramework/Classes/Stuckpoint/View/PQSpeedSettingView.swift

@@ -117,6 +117,8 @@ class PQSpeedSettingView: UIView {
                 model.maxSpeed = Float(index + 1)
                 datas.insert(model, at: 5)
                 lastSelectModel = datas[5]
+            }else{
+                lastSelectModel = datas[index]
             }
         }else{
             lastSelectModel = datas[index]