@@ -25,7 +25,7 @@ class Lepao {
let max = Number(max_distance) || 4.00
let min = Number(min_distance) || 2.00
if (sex === 2) {
- max = Number(max_distance) || 4.00
+ max = Number(max_distance) || 2.00
min = 1.60
}