Pq %!s(int64=3) %!d(string=hai) anos
pai
achega
fb1147f235

+ 2 - 2
student/src/main/java/com/cooleshow/student/adapter/HomeworkAdapter.java

@@ -89,11 +89,11 @@ public class HomeworkAdapter extends BaseQuickAdapter<HomeworkListBean.RowsBean,
 
         if (TextUtils.equals(item.homeworkStatus, HomeWorkConstants.COURSE_HOMEWORK_NOTREVIEW)) {
             tv_state.setVisibility(View.VISIBLE);
-            tv_state.setText("未评");
+            tv_state.setText("未评");
             tv_state.setTextColor(getContext().getResources().getColor(com.cooleshow.base.R.color.color_2dc7aa));
         } else if (TextUtils.equals(item.homeworkStatus, HomeWorkConstants.COURSE_HOMEWORK_REVIEWED)) {
             tv_state.setVisibility(View.VISIBLE);
-            tv_state.setText("已评");
+            tv_state.setText("已评");
             tv_state.setTextColor(getContext().getResources().getColor(com.cooleshow.base.R.color.color_999999));
         }else {
             tv_state.setVisibility(View.GONE);