Commit 48f7cd88 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 0aa4ca8b
...@@ -206,7 +206,7 @@ public class VideoAdingManager { ...@@ -206,7 +206,7 @@ public class VideoAdingManager {
*/ */
private String getNextFailAdType() { private String getNextFailAdType() {
// 高额任务时 会为空 // 高额任务时 会为空
if (adList == null || currentRandomAdList == null) { if (isHighWeight || adList == null || currentRandomAdList == null) {
return getHighWeight(); return getHighWeight();
} }
......
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