@@ -1,7 +1,7 @@
<template>
<view class="detail">
<template v-if="type === 'video'">
- <video :src="videoUrl"></video>
+ <video :src="videoUrl" :title="title"></video>
</template>
<template v-else>
<image :src="adsImage" mode="widthFix" show-menu-by-longpress></image>
@@ -44,7 +44,6 @@ export default {
}
video {
width: 100vw;
- height: 100vh;
background: #999;