恢复
This commit is contained in:
@@ -34,12 +34,11 @@
|
|||||||
<view>
|
<view>
|
||||||
<!-- <view v-if="courseInfo.mediaType ==1 && courseInfo.media != ''" style="width: 100%;height: 100%;text-align: center;" v-html="videoHTML">
|
<!-- <view v-if="courseInfo.mediaType ==1 && courseInfo.media != ''" style="width: 100%;height: 100%;text-align: center;" v-html="videoHTML">
|
||||||
</view> -->
|
</view> -->
|
||||||
|
<!-- <view class="container" >
|
||||||
<view class="container" >
|
|
||||||
<div ref="videoContent" @tap="renderScript.handleClick" id="url-player-test"
|
<div ref="videoContent" @tap="renderScript.handleClick" id="url-player-test"
|
||||||
:videoData="videoData" :change:videoData="renderScript.receiveMsg"></div>
|
:videoData="videoData" :change:videoData="renderScript.receiveMsg"></div>
|
||||||
</view>
|
</view> -->
|
||||||
{{videoData}}
|
<!-- {{videoData}} -->
|
||||||
</view>
|
</view>
|
||||||
<!-- <rich-text v-if="courseInfo.content" class="content"
|
<!-- <rich-text v-if="courseInfo.content" class="content"
|
||||||
:nodes="formatRichText(courseInfo.content)"></rich-text> -->
|
:nodes="formatRichText(courseInfo.content)"></rich-text> -->
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
<!-- <music-play :playData="playData"></music-play> -->
|
<!-- <music-play :playData="playData"></music-play> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// import musicPlay from '@/components/music.vue'
|
// import musicPlay from '@/components/music.vue'
|
||||||
import $http from '@/config/requestConfig.js';
|
import $http from '@/config/requestConfig.js';
|
||||||
@@ -448,7 +448,9 @@ export default {
|
|||||||
width: '100%', //容器的大小
|
width: '100%', //容器的大小
|
||||||
height: '600rpx', //容器的大小
|
height: '600rpx', //容器的大小
|
||||||
|
|
||||||
}, function(player) { });
|
}, function(player) {
|
||||||
|
console.log('走吗')
|
||||||
|
});
|
||||||
this.player = player;
|
this.player = player;
|
||||||
player.one('canplay', function() {
|
player.one('canplay', function() {
|
||||||
// console.log('canplay', this.player.tag);
|
// console.log('canplay', this.player.tag);
|
||||||
|
|||||||
Reference in New Issue
Block a user