emacroh5lib 1.0.35 → 1.0.36

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.35",
3
+ "version": "1.0.36",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -184,7 +184,8 @@
184
184
  // })
185
185
 
186
186
  Promise.race(promises).then((data) => {
187
- $this.image = this.$refs["duoViewerImage"];
187
+ $this.image = $this.$refs["duoViewerImage"];
188
+ console.log("$this.image", $this.image);
188
189
  $this.initDrag();
189
190
  $this.loadComplete()
190
191
  const { width, height } = $this.listDataCache[index];