zhangshanxue 2019-09-28 21:38:01 +08:00
parent a2ffa2fbfe
commit 72d36d633f
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ class RechargeSumDayActivity extends AbstractActivity {
if (value < values[0][1]) {
return false;
}
if(activityProgressInfo.getProgrss()!=1){
return false;
}
return true;
}