app/src/main/java/com/tejia/lijin/app/ui/recommend/RecommendFragment.java
@@ -242,7 +242,7 @@ iv_slid_top = contentView.findViewById(R.id.iv_slid_top); final View top = LayoutInflater.from(rv_recommend_goods.getContext()) .inflate(R.layout.item_recommend_top, null); top.setBackground(HomeUIUtil.getHomeTopBg("#FF227B", "#FF2A3E")); top.setBackground(HomeUIUtil.getHomeTopBg(getContext())); ll_fragment_activity = top.findViewById(R.id.ll_fragment_activity); ll_special_offer = top.findViewById(R.id.ll_special_offer); ll_limit_time_buy = top.findViewById(R.id.ll_limit_time_buy);