Commit 3b474bad authored by mengcuiguang's avatar mengcuiguang

代码优化

parent c1fae1c2
...@@ -75,14 +75,11 @@ public class AppConfig { ...@@ -75,14 +75,11 @@ public class AppConfig {
/** /**
* wnVideo 剩余广告播放数 * wnVideo 剩余广告播放数
*/ */
public static int wnVideoAdCount = 5; public static int wnVideoAdCount = 0;
/**
* flVideo 剩余广告播放数
*/
/** /**
* csjFull 剩余广告播放数 * csjFull 剩余广告播放数
*/ */
public static int csjFullVedioAdCount = 5; public static int csjFullVedioAdCount = 0;
/** /**
* flVideo 剩余广告播放数 * flVideo 剩余广告播放数
*/ */
......
...@@ -314,13 +314,8 @@ class DrawcashActivity : BaseActivity(), ...@@ -314,13 +314,8 @@ class DrawcashActivity : BaseActivity(),
"flWeight:${data.fL_VEDIO} " + "flWeight:${data.fL_VEDIO} " +
"ksWeight:${data.kS_VEDIO} ") "ksWeight:${data.kS_VEDIO} ")
// 广告视频数 // 广告视频数
AppConfig.csjVideoAdCount = 10 AppConfig.csjVideoAdCount = 5
AppConfig.ylhAdCount = 10 AppConfig.ylhAdCount = 5
AppConfig.wnVideoAdCount = 10
AppConfig.flVideoAdCount = 10
AppConfig.shVideoAdCount = 10
AppConfig.csjFullVedioAdCount = 10
AppConfig.ksVideoAdCount = 10
} }
/** /**
......
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