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
@@ -1,11 +1,11 @@
<!-- 订单详情 -->
<!-- -->
<template>
<su-video
class="sss"
:uid="guid()"
:src="sheep.$url.cdn(data.videoUrl)"
:poster="sheep.$url.cdn(data.src)"
:height="styles.height"
:height="styles.height * 2"
></su-video>
</template>