emacroh5lib 1.0.60 → 1.0.63

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