|
@@ -2737,6 +2737,9 @@ export default {
|
|
PlayDuration = polyvPlayerContext.j2s_realPlayVideoTime(); //本次看的时长
|
|
PlayDuration = polyvPlayerContext.j2s_realPlayVideoTime(); //本次看的时长
|
|
// #endif
|
|
// #endif
|
|
}
|
|
}
|
|
|
|
+ if (currentTime < 15) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
if (this.playChannelId > 0) {
|
|
if (this.playChannelId > 0) {
|
|
currentTime = 2; //直播无法获取,无论开始结束都传2秒
|
|
currentTime = 2; //直播无法获取,无论开始结束都传2秒
|
|
}
|
|
}
|