emacroh5lib 1.0.65 → 1.0.66

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.65",
3
+ "version": "1.0.66",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.js",
6
6
  "scripts": {
@@ -120,7 +120,7 @@
120
120
 
121
121
  setTimeout(() => {
122
122
  console.log("切换", Date.now);
123
- $this.switchAction("next");
123
+ this.switchAction("next");
124
124
  console.log("切换1", Date.now);
125
125
  setTimeout(() => {
126
126
  this.switchAction("prev");