@wisdomgarden/mobile-assets 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -143,7 +143,7 @@
|
|
143
143
|
let depName = getVariable('depName');
|
144
144
|
let depCode = getVariable('depCode');
|
145
145
|
|
146
|
-
let start, end, currentStartTime, currentEndTime, duration, intervalId, videoDuration, THRESHOLD=
|
146
|
+
let start, end, currentStartTime, currentEndTime, duration, intervalId, videoDuration, THRESHOLD=1 * 60 * 1000, unStarted = false, errorTips;
|
147
147
|
|
148
148
|
if (currentLang === 'zh-Hans') {
|
149
149
|
errorTips = '受YouTube限制,该视频只能在web端观看';
|