提交 2aefdcb4 作者: 方治民

fix: 修复首页、服务页面的视频自动播放的问题

上级 74a5f17c
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
:title="video.title" :title="video.title"
:controls="true" :controls="true"
style="width: 654rpx; height: 358rpx" style="width: 654rpx; height: 358rpx"
:autoplay="true" :autoplay="false"
:muted="false" :muted="false"
:loop="true" :loop="true"
:show-play-btn="true" :show-play-btn="true"
......
...@@ -766,8 +766,9 @@ ...@@ -766,8 +766,9 @@
<text <text
class="font_13" class="font_13"
:class="`text_${stat.id === 1 ? 30 : stat.id === 2 ? 1 : stat.id > 4 ? 46 : 37}`" :class="`text_${stat.id === 1 ? 30 : stat.id === 2 ? 1 : stat.id > 4 ? 46 : 37}`"
>{{ stat.name }}</text
> >
{{ stat.name }}
</text>
</view> </view>
<view class="codefun-flex-row codefun-justify-center codefun-items-baseline mt-11 group_30"> <view class="codefun-flex-row codefun-justify-center codefun-items-baseline mt-11 group_30">
<text class="font_12 text_37">{{ stat.num }}</text> <text class="font_12 text_37">{{ stat.num }}</text>
...@@ -818,7 +819,7 @@ ...@@ -818,7 +819,7 @@
:title="video.title" :title="video.title"
:controls="true" :controls="true"
style="width: 654rpx; height: 358rpx" style="width: 654rpx; height: 358rpx"
:autoplay="true" :autoplay="false"
:muted="false" :muted="false"
:loop="true" :loop="true"
:show-play-btn="true" :show-play-btn="true"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论