|
@@ -1410,7 +1410,7 @@ extension PQStuckPointEditerController {
|
|
|
var tempMaxSpeed: Float = 1
|
|
|
var tempMinSpeed: Float = 1
|
|
|
|
|
|
- if(maxSpeed == 0.0 || minSpeed == 0.0){
|
|
|
+ if((maxSpeed == 0.0 || minSpeed == 0.0) && selectedDataCount != selectedImageDataCount){
|
|
|
BFLog(message: "速度参数有错误 要重新计算!!!")
|
|
|
dealWithDataSuccess()
|
|
|
return
|