diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index f5e352b..4f4917a 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -14,7 +14,7 @@ @@ -22,6 +22,7 @@ v-if="item.type === 'video'" :src="item.url" style="width: 100%; height: 100%" + id="coverVideo" @play="videoPlay" @ended="videoEnd" @pause="videoEnd"