Commit a32d47e1 by luofan

ui修改

parent 908d2b53
...@@ -126,16 +126,11 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi ...@@ -126,16 +126,11 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
private void showDaySelect(String select) { private void showDaySelect(String select) {
list = new ArrayMap<>(); list = new ArrayMap<>();
list.put("200元/天", "200");
list.put("300元/天", "300"); list.put("300元/天", "300");
list.put("350元/天", "350");
list.put("400元/天", "400"); list.put("400元/天", "400");
list.put("450元/天", "450");
list.put("500元/天", "500"); list.put("500元/天", "500");
list.put("600元/天", "600"); list.put("600元/天", "600");
list.put("700元/天", "700");
list.put("800元/天", "800");
list.put("900元/天", "900");
list.put("1000元/天", "1000");
ArrayList<String> arrayList = new ArrayList<>(); ArrayList<String> arrayList = new ArrayList<>();
arrayList.addAll(list.keySet()); arrayList.addAll(list.keySet());
ArrayList<String> values = new ArrayList<>(); ArrayList<String> values = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment