xuxiuxi
2017-07-23 3ad6cbe55a4c63f4b64f6c999bf3db0a2b0187a4
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/fragment/VisitorRegisterFragment.java
@@ -506,20 +506,16 @@
    @OnClick(R.id.fragment_visitor_register_surveillance_photo)
    public void fragment_visitor_register_surveillance_photo_click(View view) {
        SurveillanceFragment.SurveillancePhotoSelectListViewAdapter.selectPhotoOrUploadPhoto = CommonVariables.SelectPhotoType.SELECT_PHOTO;
        new VisitorRegisterSelectPhotoDialog(fragment_visitor_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
            public void onSelected(String value) {
            }
        }, selectedSurveillancePhotoId);
        VisitorRegisterSelectPhotoDialog.getInstance().show();
    }
    public FrameLayout get_fragment_visitor_register_linear_layout() {
        return fragment_visitor_register_linear_layout;
    }
    @OnClick(R.id.fragment_visitor_register_upload_custom_photo)
    public void fragment_visitor_register_upload_custom_photo_click(View view) {
        SurveillanceFragment.SurveillancePhotoSelectListViewAdapter.selectPhotoOrUploadPhoto = CommonVariables.SelectPhotoType.UPLOAD_PHOTO;
        new VisitorRegisterUploadPhotoDialog(fragment_visitor_register_linear_layout, Constant.DialogSelectType.ID_TYPE, new OkClickedListener() {
            public void onSelected(String value) {
            }
        }, selectedCustomPhotoId);
        VisitorRegisterUploadPhotoDialog.getInstance().show();
    }
    @OnClick(R.id.fragment_visitor_register_id_card_photo)