MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/TopMenuRightPopContentAdapter.java
@@ -46,8 +46,9 @@ view = LayoutInflater.from(mContext).inflate(R.layout.item_goods_detail_topright_jump, null); TextView tv_content = view.findViewById(R.id.tv_content); tv_content.setText(mList.get(position).getName()); tv_content.setCompoundDrawablesWithIntrinsicBounds(mList.get(position).getDrawableLeftId(), 0, 0, 0); if (mList.get(position).getDrawableLeftId() != null) tv_content.setCompoundDrawablesWithIntrinsicBounds(mList.get(position).getDrawableLeftId(), 0, 0, 0); return view; }