Commit e2e65e51 authored by zhangzhe's avatar zhangzhe

修改bug

parent 69e15f0b
...@@ -137,6 +137,7 @@ public class Splash : MonoBehaviour ...@@ -137,6 +137,7 @@ public class Splash : MonoBehaviour
EventUtils.OnEvent("novel_info_success", "拉取配置信息成功"); EventUtils.OnEvent("novel_info_success", "拉取配置信息成功");
Constant.Instance.splash_time = bean.@switch.splash_time; Constant.Instance.splash_time = bean.@switch.splash_time;
Constant.Instance.video_time = bean.@switch.video_time; Constant.Instance.video_time = bean.@switch.video_time;
PlayerDataControl.Instance.MyQQ = bean.@switch.qq.ToString();
Constant.Instance.Interstitial_time = bean.@switch.Interstitial_time; Constant.Instance.Interstitial_time = bean.@switch.Interstitial_time;
Constant.Instance.PrivacyPolicy = bean.h5_url.privacy; Constant.Instance.PrivacyPolicy = bean.h5_url.privacy;
......
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