diff --git a/live/src/main/java/com/yunbao/live/presenter/LiveSwLinkMicPkPresenter.java b/live/src/main/java/com/yunbao/live/presenter/LiveSwLinkMicPkPresenter.java
index 5e41c3773..f7be14ecb 100644
--- a/live/src/main/java/com/yunbao/live/presenter/LiveSwLinkMicPkPresenter.java
+++ b/live/src/main/java/com/yunbao/live/presenter/LiveSwLinkMicPkPresenter.java
@@ -1733,63 +1733,63 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
                 if (TextUtils.equals(userID, userID1)) {
                     textGrade1.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                        imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID2)) {
                     textGrade2.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                        imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID4)) {
                     textGrade4.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
+                        imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
@@ -1815,84 +1815,84 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
                 if (TextUtils.equals(userID, userID1)) {
                     textGrade1.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                        imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID2)) {
                     textGrade2.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                        imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID4)) {
                     textGrade4.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
+                        imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade4);
+                                imageGrade4.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID3)) {
                     textGrade3.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade3);
+                        imageGrade3.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade3);
+                                imageGrade3.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade3);
+                                imageGrade3.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade3);
+                                imageGrade3.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade3);
+                                imageGrade3.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
@@ -1913,42 +1913,42 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
                 if (TextUtils.equals(userID, userID1)) {
                     textGrade1.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                        imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade1);
+                                imageGrade1.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }
                 } else if (TextUtils.equals(userID, userID2)) {
                     textGrade2.setText(String.valueOf(userScore));
                     if (!score.containsKey("paiming")) {
-                        ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                        imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                     } else {
                         int ranking = score.getIntValue("paiming");
                         switch (ranking) {
                             case 1:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no1, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no1);
                                 break;
                             case 2:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no2, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no2);
                                 break;
                             case 3:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no3, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no3);
                                 break;
                             case 4:
-                                ImgLoader.display(mContext, R.mipmap.icon_livepk_no4, imageGrade2);
+                                imageGrade2.setImageResource(R.mipmap.icon_livepk_no4);
                                 break;
                         }
                     }