emacroh5lib 1.0.61 → 1.0.62
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
@@ -162,9 +162,6 @@
|
|
162
162
|
height: `${imageObject.height}px`,
|
163
163
|
};
|
164
164
|
|
165
|
-
resolve("");
|
166
|
-
imageObject.onload = null
|
167
|
-
|
168
165
|
console.log("切换1", i);
|
169
166
|
if (i == 0) {
|
170
167
|
console.log("切换", Date.now);
|
@@ -174,6 +171,10 @@
|
|
174
171
|
// this.switchAction("prev");
|
175
172
|
// }, 100);
|
176
173
|
}
|
174
|
+
|
175
|
+
resolve("");
|
176
|
+
imageObject.onload = null
|
177
|
+
|
177
178
|
};
|
178
179
|
|
179
180
|
imageObject.onerror = function (event) {
|