xuxiuxi
2017-05-02 c4a62d7bd683d94ae246bac811be47f93e38b5ef
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/checkin/CheckInRightIntervieweeCell.java
@@ -66,6 +66,7 @@
            fragment_check_in_right_interviewee_cell_photo_placeholder.setVisibility(INVISIBLE);
        } else {
            fragment_check_in_right_interviewee_cell_photo.setImageURI(Uri.parse(AppApi.IMAGE_URL_BASE + "u45.png"));
            fragment_check_in_right_interviewee_cell_photo_placeholder.setVisibility(INVISIBLE);
        }
    }
@@ -85,12 +86,13 @@
    }
    public void resetForm() {
        fragment_check_in_right_interviewee_cell_name.setText("被访人员姓名");
        fragment_check_in_right_interviewee_cell_name.setText("被访人姓名");
        fragment_check_in_right_interviewee_cell_dept.setText("");
        fragment_check_in_right_interviewee_cell_post.setText("");
        fragment_check_in_right_interviewee_cell_photo_placeholder.setText("添加\n被访人员");
        fragment_check_in_right_interviewee_cell_photo_placeholder.setVisibility(VISIBLE);
        fragment_check_in_right_interviewee_cell_photo.setImageURI(null);
        item = null;
    }
}