This commit is contained in:
commit
d40aa801c7
|
@ -114,7 +114,9 @@ watch(
|
|||
insertVideo();
|
||||
}
|
||||
nextTick(() => {
|
||||
loadVideo();
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -137,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,
|
||||
|
|
|
@ -126,7 +126,7 @@ watch(
|
|||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
loadVideo();
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -149,7 +149,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,
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<div class="jbggfwq">
|
||||
<div class="title">
|
||||
<div class="title_name">
|
||||
<span> 基本公共服务圈</span>
|
||||
<span > 基本公共服务圈</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jbggfwq_content">
|
||||
|
|
Loading…
Reference in New Issue