import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@ -18,14 +16,12 @@ import com.electric.chargingpile.R;
import com.electric.chargingpile.activity.LoginActivity;
import com.electric.chargingpile.activity.MainMapActivity;
import com.electric.chargingpile.adapter.MonthListAdapter;
import com.electric.chargingpile.adapter.PingLunAdapter;
import com.electric.chargingpile.application.MainApplication;
import com.electric.chargingpile.data.MyOtto;
import com.electric.chargingpile.data.RankinglistRefreshEvent;
import com.electric.chargingpile.util.DES3;
import com.electric.chargingpile.util.JsonUtils;
import com.electric.chargingpile.util.LoadingDialog;
import com.electric.chargingpile.util.PicassoUtil;
import com.electric.chargingpile.util.ToastUtil;
import com.electric.chargingpile.util.Util;
import com.electric.chargingpile.view.CircleImageView;
@ -41,7 +37,6 @@ import org.json.JSONObject;
import java.net.URLEncoder;
import java.util.ArrayList;
import de.greenrobot.event.EventBus;
import okhttp3.Call;
public class MonthListFragment extends Fragment {
|
||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
|
|
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
|
||
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
21 |
|
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
|
||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
41 |
|
|
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
|
||
144 | 147 |
|
145 | 148 |
|
146 | 149 |
|
150 |
|
|
151 |
|
|
152 |
|
|
153 |
|
|
154 |
|
|
155 |
|
|
156 |
|
|
157 |
|
|
158 |
|
|
159 |
|
|
147 | 160 |
|
148 | 161 |
|
149 | 162 |
|
|
||
221 | 234 |
|
222 | 235 |
|
223 | 236 |
|
224 |
|
|
237 |
|
|
225 | 238 |
|
226 | 239 |
|
227 | 240 |
|
|
||
259 | 272 |
|
260 | 273 |
|
261 | 274 |
|
262 |
|
|
275 |
|
|
276 |
|
|
277 |
|
|
263 | 278 |
|
264 | 279 |
|
265 | 280 |
|
|
||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
|
|
16 |
|
|
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
20 |
|
|
21 | 18 |
|
22 | 19 |
|
23 | 20 |
|
24 | 21 |
|
25 | 22 |
|
26 | 23 |
|
27 |
|
|
28 | 24 |
|
29 | 25 |
|
30 | 26 |
|
|
||
39 | 35 |
|
40 | 36 |
|
41 | 37 |
|
42 |
|
|
43 | 38 |
|
44 | 39 |
|
45 | 40 |
|
|
||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
|
|
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
||
141 | 142 |
|
142 | 143 |
|
143 | 144 |
|
145 |
|
|
146 |
|
|
147 |
|
|
144 | 148 |
|
145 | 149 |
|
146 | 150 |
|
|
||
212 | 216 |
|
213 | 217 |
|
214 | 218 |
|
215 |
|
|
219 |
|
|
216 | 220 |
|
217 | 221 |
|
218 | 222 |
|
|
||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
|
|
5 |
|
|
4 |
|
|
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 |
|
|
11 |
|
|
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
|
||
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
|
|
19 |
|
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
|
||
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
|
|
39 |
|
|
37 |
|
|
40 | 38 |
|
41 | 39 |
|
42 | 40 |
|
|
||
44 | 42 |
|
45 | 43 |
|
46 | 44 |
|
45 |
|
|
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
|
||
77 | 76 |
|
78 | 77 |
|
79 | 78 |
|
79 |
|
|
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
|
||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
|
|
98 |
|
|
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
|
||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
|
|
119 |
|
|
120 |
|
|
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
|
||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
11 | 16 |
|
12 | 17 |
|
13 | 18 |
|