|
@@ -2,7 +2,7 @@
|
2
|
2
|
<div class="page_newsDetail">
|
3
|
3
|
<div class="newsTitle">{{articles.title}}</div>
|
4
|
4
|
<div class="msg" v-html="articles.content" v-show="articleshow"></div>
|
5
|
|
-<<<<<<< .mine
|
|
5
|
+
|
6
|
6
|
<div class="video" v-show="videoshow">
|
7
|
7
|
<video id="example_video_1" class="video-js vjs-default-skin"
|
8
|
8
|
controls preload="auto" width="100%" height="100%"
|
|
@@ -11,30 +11,6 @@
|
11
|
11
|
<source :src="articles.video_url" type='video/mp4' />
|
12
|
12
|
</video>
|
13
|
13
|
</div>
|
14
|
|
-
|
15
|
|
-
|
16
|
|
-
|
17
|
|
-
|
18
|
|
-
|
19
|
|
-
|
20
|
|
-
|
21
|
|
-=======
|
22
|
|
- <div class="video" v-show="videoshow">
|
23
|
|
- <video
|
24
|
|
- id="example_video_1"
|
25
|
|
- class="video-js vjs-default-skin"
|
26
|
|
- controls
|
27
|
|
- preload="auto"
|
28
|
|
- width="640"
|
29
|
|
- height="300"
|
30
|
|
- poster="http://video-js.zencoder.com/oceans-clip.png"
|
31
|
|
- data-setup="{"example_option":true}"
|
32
|
|
- ref="video"
|
33
|
|
- >
|
34
|
|
- <source :src="articles.video_url" type="video/mp4" />
|
35
|
|
- </video>
|
36
|
|
- </div>
|
37
|
|
->>>>>>> .theirs
|
38
|
14
|
</div>
|
39
|
15
|
</template>
|
40
|
16
|
<script>
|