|
@@ -93,7 +93,7 @@
|
93
|
93
|
<div class="video" :hidden="!playVideo">
|
94
|
94
|
<video
|
95
|
95
|
ref="myVideo"
|
96
|
|
- style="min-width: 100%;min-height: 100%;"
|
|
96
|
+ style="width: 100%;height: 100%"
|
97
|
97
|
class="centerLabel"
|
98
|
98
|
x5-playsinline="true"
|
99
|
99
|
webkit-playsinline="true"
|
|
@@ -101,12 +101,12 @@
|
101
|
101
|
preload="auto"
|
102
|
102
|
>
|
103
|
103
|
<source
|
104
|
|
- src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/vudio-33333332.mp4"
|
|
104
|
+ src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/yc0307.mp4"
|
105
|
105
|
type="video/mp4"
|
106
|
106
|
>
|
107
|
107
|
</video>
|
108
|
108
|
</div>
|
109
|
|
- <img src="../assets/images/icon-111.png" v-if="playVideo" class="icon111" alt>
|
|
109
|
+ <!-- <img src="../assets/images/icon-111.png" v-if="playVideo" class="icon111" alt> -->
|
110
|
110
|
</div>
|
111
|
111
|
</template>
|
112
|
112
|
|