浏览代码

Merge branch 'master' of http://git.mokasz.com/zouyong/mk_framework

薛鸿潇 5 年之前
父节点
当前提交
6442e83224
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/script/game/data/AppData.ts

+ 1 - 1
assets/script/game/data/AppData.ts

@@ -52,7 +52,7 @@ export class AppData {
         this.machineInfo.android_id = arr[0];
         this.machineInfo.android_id = arr[0];
         this.machineInfo.idfa = arr[1];
         this.machineInfo.idfa = arr[1];
         this.machineInfo.imei = arr[2];
         this.machineInfo.imei = arr[2];
-        // this.machineInfo.mac = this.mac = arr[3];
+        this.machineInfo.mac = this.mac = arr[3];
         this.machineInfo.oaid = arr[4];
         this.machineInfo.oaid = arr[4];
         this.machineInfo.umid = arr[5];
         this.machineInfo.umid = arr[5];
         this.tfChannel = arr[6];
         this.tfChannel = arr[6];