fix:商品详情轮播图添加视频

This commit is contained in:
kele
2023-03-17 15:11:04 +08:00
parent 5813f98ab1
commit e63fdf3dfc
3 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<video
:id="`sVideo${uid}`"
class="radius"
:style="[{ height: height + 'px' }]"
:style="[{ height: height + 'rpx' }]"
:src="src"
controls
object-fit="contain"
@@ -80,7 +80,7 @@
// 指定视频初始播放位置,单位为秒(s)
initialTime: {
type: Number,
default: 0,
default: 1,
},
src: {
type: String,