acitvity
parent
a2ffa2fbfe
commit
72d36d633f
|
@ -58,6 +58,9 @@ class RechargeSumDayActivity extends AbstractActivity {
|
|||
if (value < values[0][1]) {
|
||||
return false;
|
||||
}
|
||||
if(activityProgressInfo.getProgrss()!=1){
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue