MDShopping/src/main/java/com/yeshi/ec/rebate/myapplication/ui/recommend/TopMenuRightPopContentAdapter.java
@@ -46,6 +46,7 @@ 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()); if (mList.get(position).getDrawableLeftId() != null) tv_content.setCompoundDrawablesWithIntrinsicBounds(mList.get(position).getDrawableLeftId(), 0, 0, 0);