From 2f9e1cb327b1d58e4035b77bd903a452774ce66b Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 17 十月 2020 17:28:57 +0800
Subject: [PATCH] 广告控制完善

---
 BuWanVideo/src/com/weikou/beibeivideo/ui/recommend/RecommendFragment.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/BuWanVideo/src/com/weikou/beibeivideo/ui/recommend/RecommendFragment.java b/BuWanVideo/src/com/weikou/beibeivideo/ui/recommend/RecommendFragment.java
index c51f3ed..6149206 100644
--- a/BuWanVideo/src/com/weikou/beibeivideo/ui/recommend/RecommendFragment.java
+++ b/BuWanVideo/src/com/weikou/beibeivideo/ui/recommend/RecommendFragment.java
@@ -573,6 +573,8 @@
                             // 0-涓嶆樉绀�
                             // 1-鏄剧ず
                             final String url = obj.optString("Url");
+                            if (position > 0)//鍙湁绗竴椤垫墠鏄剧ず閫氱煡
+                                content = null;
                             if (!StringUtils.isBlank(content)) {
                                 tv_notice.setVisibility(View.VISIBLE);
                                 tv_notice.setText(content);

--
Gitblit v1.8.0