iv-npm 1.7.71 → 1.7.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.7.71",
3
+ "version": "1.7.72",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -16,10 +16,7 @@
16
16
  result += chars[Math.floor(Math.random() * chars.length)];
17
17
  return result;
18
18
  }
19
- var messageId = getMessageId(
20
- 10,
21
- "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
22
- );
19
+ var messageId = null
23
20
 
24
21
  var fileBase64Str = "";
25
22
  var file_path = "";
@@ -203,6 +200,10 @@
203
200
  alert("浏览器不支持HTML5,请更新或者使用其它浏览器!");
204
201
  }
205
202
  //console.log("LoadCameraDocument");
203
+ messageId = getMessageId(
204
+ 10,
205
+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
206
+ );
206
207
  var obj = document.getElementById("CameraCtl");
207
208
  Cam_ControlInit(obj, 0, 0, 600, 400);
208
209
  }