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