Commit 4c61a53b authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent a17ba798
......@@ -378,7 +378,7 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
* 展示推荐弹窗
*/
private fun showRecommendAct(data: RecoBean?) {
if (data == null) return
if (data == null||data.vedio3==null) return
if (AppConfig.enterVipAct) {
AppConfig.enterVipAct = false
......
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