| | |
| | | private SurveillanceQueryItem surveillanceQueryItem_selectPhoto;
|
| | | private SurveillanceQueryItem surveillanceQueryItem_uploadPhoto;
|
| | |
|
| | | public static long selectedSurveillancePhotoId = -1;
|
| | | public static long selectedCustomPhotoId = -1;
|
| | |
|
| | | private static RegisterFragment instance = new RegisterFragment();
|
| | |
|
| | | public static RegisterFragment getInstance() {
|
| | |
| | | }
|
| | |
|
| | | public void resetForm() {
|
| | | selectedCustomPhotoId = -1;
|
| | | selectedSurveillancePhotoId = -1;
|
| | | fragment_register_name.setValue("徐修溪"+Math.random());
|
| | | fragment_register_phone.setValue("13691348767");
|
| | | fragment_register_gender.setValue("男");
|
| | |
| | | new SurveillancePhotoDialog(fragment_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | }
|
| | | });
|
| | | }, selectedSurveillancePhotoId);
|
| | | }
|
| | |
|
| | | @OnClick(R.id.fragment_register_upload_custom_photo)
|
| | |
| | | new SurveillancePhotoDialog(fragment_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
|
| | | public void onSelected(String value) {
|
| | | }
|
| | | });
|
| | | }, selectedCustomPhotoId);
|
| | | }
|
| | |
|
| | | @OnClick(R.id.fragment_register_id_card_photo)
|