Commit 659e1d787a557e9050fe2985ae6589ab1864e7f0
1 parent
3ef24c41
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/ModulePedometer
# Conflicts: # config.gradle # moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/MyRecordView.java # moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunLineView.java
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/ui/adapter/MyRecordAdapter.java
| ... | ... | @@ -122,7 +122,7 @@ public class MyRecordAdapter extends RecyclerView.Adapter<MyRecordAdapter.MyView |
| 122 | 122 | String baseWebUrl, title; |
| 123 | 123 | if (state.equals("0")) { |
| 124 | 124 | title = "排行榜"; |
| 125 | - baseWebUrl = AppConfig.isDebug() ? "http://wjjh5test.cnlive.com/cnSportList.html" : "http://wjjh5.cnlive.com/cnSportList.html"; | |
| 125 | + baseWebUrl = AppConfig.isDebug() ? "http://wjjh5test.cnlive.com/cnSportListNew.html" : "http://wjjh5.cnlive.com/cnSportListNew.html"; | |
| 126 | 126 | } else { |
| 127 | 127 | title = "总排行榜"; |
| 128 | 128 | baseWebUrl = AppConfig.isDebug() ? "http://wjjh5test.cnlive.com/cnSportListOver.html" : "http://wjjh5.cnlive.com/cnSportListOver.html"; | ... | ... |