代码整理

This commit is contained in:
kehaoyuan
2017-05-05 18:24:37 +08:00
parent 4da12055e9
commit c96193b3d0
29 changed files with 44 additions and 66 deletions

View File

@ -110,7 +110,7 @@ public class SelectUserIconActivity extends BaseActivity {
SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd");
String time = format.format(new Date(l));
JSONObject json = null;
JSONObject json;
try {
json = new JSONObject(iconCount);
String lastTime = json.getString("time");