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