iv-npm 1.7.72 → 1.7.73

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.72",
3
+ "version": "1.7.73",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -132,6 +132,8 @@
132
132
  if (path == "") {
133
133
  window.parent.postMessage({ message: "拍照成功", messageId: messageId }, "*");
134
134
  } else {
135
+ console.log(messageId,'135');
136
+
135
137
  window.parent.postMessage(
136
138
  {
137
139
  message: "拍照成功,图片保存位置:" + path,
@@ -204,6 +206,7 @@
204
206
  10,
205
207
  "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
206
208
  );
209
+ console.log(messageId,'207');
207
210
  var obj = document.getElementById("CameraCtl");
208
211
  Cam_ControlInit(obj, 0, 0, 600, 400);
209
212
  }