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