Commit 03bde953 authored by mengcuiguang's avatar mengcuiguang

添加穿山甲全屏广告

parent 4065410c
......@@ -209,10 +209,12 @@ public class VideoAdingManager {
nextAdType = Constant.YLH_VEDIO_AD;
} else if (AppConfig.csjFullVedioAdCount > 0) {
nextAdType = Constant.CSJ_FULL_AD;
} else if (AppConfig.ksVideoAdCount > 0) {
nextAdType = Constant.KS_VEDIO_AD;
} else if (AppConfig.shVideoAdCount > 0) {
nextAdType = Constant.SH_VEDIO_AD;
} else {
nextAdType = Constant.KS_VEDIO_AD;
nextAdType = Constant.FL_VEDIO_AD;
}
return nextAdType;
}
......
......@@ -86,15 +86,15 @@ public class AppConfig {
/**
* flVideo 剩余广告播放数
*/
public static int flVideoAdCount = 5;
public static int flVideoAdCount = 0;
/**
* shVideo 剩余广告播放数
*/
public static int shVideoAdCount = 5;
public static int shVideoAdCount = 0;
/**
* ksVideo 剩余广告播放数
*/
public static int ksVideoAdCount = 5;
public static int ksVideoAdCount = 0;
/**
* 高额试玩任务标识
......
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