emacroh5lib 1.0.61 → 1.0.62

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": "emacroh5lib",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -162,9 +162,6 @@
162
162
  height: `${imageObject.height}px`,
163
163
  };
164
164
 
165
- resolve("");
166
- imageObject.onload = null
167
-
168
165
  console.log("切换1", i);
169
166
  if (i == 0) {
170
167
  console.log("切换", Date.now);
@@ -174,6 +171,10 @@
174
171
  // this.switchAction("prev");
175
172
  // }, 100);
176
173
  }
174
+
175
+ resolve("");
176
+ imageObject.onload = null
177
+
177
178
  };
178
179
 
179
180
  imageObject.onerror = function (event) {