Browse Source

Merge branch 'iteration-upload-works'

lex 1 năm trước cách đây
mục cha
commit
677666a9d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/creation/index.tsx

+ 1 - 1
src/views/creation/index.tsx

@@ -271,7 +271,7 @@ export default defineComponent({
           {state.playType === 'Video' && (
             <MVideo
               src={state.musicDetail?.videoUrl}
-              poster={state.musicDetail?.videoBg || videoBg}
+              poster={state.musicDetail?.videoImg || videoBg}
             />
           )}
           {state.playType === 'Audio' && (