111
This commit is contained in:
parent
ad093282d1
commit
db8719e94a
|
@ -116,7 +116,7 @@ watch(
|
|||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 300);
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -139,7 +139,7 @@ const dp = ref(null);
|
|||
const videohtml = ref("");
|
||||
const attachmentLink = ref("");
|
||||
const options = {
|
||||
playbackRates: [0.5, 1.0, 1.5, 2.0],
|
||||
playbackRates: [1.0],
|
||||
aspectRatio: "10:5",
|
||||
notSupportedMessage: "此视频暂无法播放,请稍后再试",
|
||||
autoplay: false,
|
||||
|
|
|
@ -125,7 +125,7 @@ watch(
|
|||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 300);
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -148,7 +148,7 @@ const dp = ref(null);
|
|||
const videohtml = ref("");
|
||||
const attachmentLink = ref("");
|
||||
const options = {
|
||||
playbackRates: [0.5, 1.0, 1.5, 2.0],
|
||||
playbackRates: [1.0],
|
||||
aspectRatio: "10:5",
|
||||
notSupportedMessage: "此视频暂无法播放,请稍后再试",
|
||||
autoplay: false,
|
||||
|
|
Loading…
Reference in New Issue