Commit 9e2ba768 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent f3bf8c48
......@@ -75,10 +75,7 @@ public class AppConfig {
/**
* wnVideo 剩余广告播放数
*/
public static int wnVideoAdCount = 5;
/**
* flVideo 剩余广告播放数
*/
public static int wnVideoAdCount = 0;
/**
* csjFull 剩余广告播放数
*/
......@@ -90,11 +87,11 @@ public class AppConfig {
/**
* shVideo 剩余广告播放数
*/
public static int shVideoAdCount = 5;
public static int shVideoAdCount = 0;
/**
* ksVideo 剩余广告播放数
*/
public static int ksVideoAdCount = 5;
public static int ksVideoAdCount = 0;
/**
* 高额试玩任务标识
......
......@@ -316,11 +316,7 @@ class DrawcashActivity : BaseActivity(),
// 广告视频数
AppConfig.csjVideoAdCount = 10
AppConfig.ylhAdCount = 10
AppConfig.wnVideoAdCount = 10
AppConfig.flVideoAdCount = 10
AppConfig.shVideoAdCount = 10
AppConfig.csjFullVedioAdCount = 10
AppConfig.ksVideoAdCount = 10
}
/**
......
......@@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Wed Mar 10 19:20:57 CST 2021
sdk.dir=/Users/Hello/Library/Android/sdk
#Mon Mar 15 17:59:26 CST 2021
sdk.dir=/Users/mcg/Library/Android/sdk
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