billyyoyo лет назад: 6
Родитель
Сommit
7a4f751c64

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/module/game/util/GameAppointHelper.java

@@ -129,7 +129,7 @@ public class GameAppointHelper {
 
                                     @Override
                                     public void onTicker(long time) {
-                                        ViewUtil.setText(get_code_btn, (time / 1000) + "秒");
+                                        ViewUtil.setText(get_code_btn, time + "秒");
                                     }
                                 }).start();
                     }