棉花app新增页面
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
class FitTool {
|
||||
static double rpx = 0;
|
||||
static bool isInit = false;
|
||||
@@ -9,7 +7,8 @@ class FitTool {
|
||||
}
|
||||
if (isInit == false) {
|
||||
isInit = true;
|
||||
rpx = v / 750.0;
|
||||
// rpx = v / 750.0;
|
||||
rpx=v/1624.0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user