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