future 1 年之前
父节点
当前提交
b091e311f8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      assets/script/sdkUtil.ts

+ 3 - 3
assets/script/sdkUtil.ts

@@ -20,9 +20,9 @@ export class SdkUtil {
 
     public static videoAd:any =null;
 
-    public static tt_systemInfo: any = null;               //抖音_系统信息
-    public static tt_isSupportSidebar:boolean = false;     //抖音_是否支持侧边栏
-    public static tt_isToEnterFromSidebar:boolean = false; //抖音_是否从侧边栏进入
+    public static tt_systemInfo: any = null;                //抖音_系统信息
+    private static tt_isSupportSidebar:boolean = false;     //抖音_是否支持侧边栏
+    private static tt_isToEnterFromSidebar:boolean = false; //抖音_是否从侧边栏进入
 
     private static tt_gameRecorder:any = null;      //抖音游戏录制
     private static tt_recordVideoPath:string = '';  //抖音录制视频路径