优化uv价格
Dieser Commit ist enthalten in:
@@ -1565,7 +1565,7 @@ public class PriceUtils {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
int currentCount = countArr[i];
|
int currentCount = countArr[i];
|
||||||
if (currentCount < count) {
|
if (currentCount <= count) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
list.add(getUVCenterPrice(length, width, currentCount, number, zhuan, isSmall));
|
list.add(getUVCenterPrice(length, width, currentCount, number, zhuan, isSmall));
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren