|
@@ -22,7 +22,7 @@ export default defineComponent({
|
|
|
});
|
|
|
|
|
|
const communicateCb = (res: any) => {
|
|
|
- // console.log('h5消息',res)
|
|
|
+ console.log('h5消息',res)
|
|
|
// 开始播放
|
|
|
if (res?.data?.api === "api_play") {
|
|
|
console.log('h5开始播放')
|
|
@@ -44,7 +44,7 @@ export default defineComponent({
|
|
|
}
|
|
|
// 播放进度
|
|
|
if (res?.data?.api === "api_playProgress") {
|
|
|
- // console.log('h5播放进度',res)
|
|
|
+ console.log('播放进度',res)
|
|
|
if (res?.data?.content?.currentTime) {
|
|
|
if (res?.data?.content?.currentTime < detailData.currentTime) {
|
|
|
state.activeNoteIndex = 0
|