@@ -222,7 +222,7 @@ public class CheckStaffActivity extends AppCompatActivity {
while (stopThread){
try {
showed();
- Thread.sleep(3000);
+ Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
@@ -214,7 +214,7 @@ public class PaymentActivity extends AppCompatActivity {
- Thread.sleep(3000); //间隔3秒
+ Thread.sleep(1000); //间隔1秒