| | |
| | | package com.bsk.zhangbo.demoforbsk.service;
|
| | |
|
| | | import com.bsk.zhangbo.demoforbsk.ui.fragment.RegisterFragment;
|
| | | import com.bsk.zhangbo.demoforbsk.util.AppApi;
|
| | |
|
| | | import org.xutils.http.RequestParams;
|
| | |
| | | countryWordData[i] = item.getName();
|
| | | i++;
|
| | | }
|
| | | RegisterFragment.getInstance().setCountryData(countryWordData, countryWordList, countryData);
|
| | | }
|
| | | });
|
| | |
|
| | |
| | | idMap.put(item.getName(), item.getId()+"");
|
| | | mCredentialsList.add(item.getName());
|
| | | }
|
| | | RegisterFragment.getInstance().setCredentialsList(mCredentialsList);
|
| | | }
|
| | | });
|
| | | }
|
| | |
| | | idMap.put(item.getName(), item.getId()+"");
|
| | | mSexList.add(item.getName());
|
| | | }
|
| | | RegisterFragment.getInstance().setSexList(mSexList);
|
| | | }
|
| | | });
|
| | |
|