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