emacroh5lib 1.0.59 → 1.0.60

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.59",
3
+ "version": "1.0.60",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -166,10 +166,12 @@
166
166
  imageObject.onload = null
167
167
 
168
168
  if (i == 0) {
169
- this.switchAction("next");
170
- setTimeout(() => {
171
- this.switchAction("prev");
172
- }, 100);
169
+ console.log("切换", Date.now);
170
+ $this.switchAction("next");
171
+ console.log("切换1", Date.now);
172
+ // setTimeout(() => {
173
+ // this.switchAction("prev");
174
+ // }, 100);
173
175
  }
174
176
  };
175
177