emacroh5lib 1.0.68 → 1.0.69

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.68",
3
+ "version": "1.0.69",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -198,6 +198,10 @@
198
198
 
199
199
  Promise.race(promises).then((data) => {
200
200
 
201
+ setTimeout(() => {
202
+ this.switchAction("prev");
203
+ }, 100);
204
+
201
205
  this.image = this.$refs["duoViewerImage"];
202
206
  this.initDrag();
203
207
  this.$emit("loadComplete");