Commit 495a9adb authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 03dd8636
......@@ -76,7 +76,8 @@ public class GvMyAdapter extends BaseAdapter {
}
BannerBean.ListBean data = orders.get(position);
if (data != null) {
GlideUtils.loadImageViewGifUrl(context, viewHolder.ic_my_icon, data.getImgUrl());
// GlideUtils.loadImageViewGifUrl(context, viewHolder.ic_my_icon, data.getImgUrl());
GlideUtils.loadImageView(context, data.getImgUrl(), viewHolder.ic_my_icon);
viewHolder.tv_my_title.setText(data.getTitle());
if (TextUtils.equals(data.getToUrl(), Constant.HOT_ACTIVITY_BXM)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment