Commit 85c88a23 by haojie

直播页面修改

parent 096e7203
...@@ -59,12 +59,14 @@ const props = withDefaults( ...@@ -59,12 +59,14 @@ const props = withDefaults(
playMainIndex: number | null; playMainIndex: number | null;
video2: string; video2: string;
playId?: any; playId?: any;
progress: number; progress?: number;
liveDetail: any; liveDetail: any;
mainVideoList: any[]; mainVideoList: any[];
loading: boolean; loading: boolean;
}>(), }>(),
{}, {
progress: 0,
},
); );
const emit = defineEmits(['currentTime', 'playEnd', 'update:progress', 'update:playMainIndex', 'mainVideoListChange']); const emit = defineEmits(['currentTime', 'playEnd', 'update:progress', 'update:playMainIndex', 'mainVideoListChange']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment