Kaynağa Gözat

更新封面

黄琪勇 11 ay önce
ebeveyn
işleme
da69eafeb3

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

@@ -254,7 +254,7 @@ export default defineComponent({
         path:"/playCreation",
         query:{
           resourceUrl:encodeURIComponent(state.musicDetail?.videoUrl),
-          videoBgUrl:encodeURIComponent(state.musicDetail?.videoImg),
+          videoBgUrl:encodeURIComponent(state.musicDetail?.videoImg || ""),
           musicSheetName:encodeURIComponent(state.musicDetail?.musicSheetName),
           username:encodeURIComponent(state.musicDetail?.username),
           musicSheetId:encodeURIComponent(state.musicDetail?.musicSheetId),

+ 1 - 1
src/views/creation/index.module.less

@@ -622,7 +622,7 @@
   flex-direction: column;
   justify-content: center;
   align-items: center;
-  z-index: 10000;
+  z-index: 999;
   background: rgba(0, 0, 0, .5);
   .loadingBox{
     width: 98px;

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

@@ -363,7 +363,7 @@ export default defineComponent({
         path:"/playCreation",
         query:{
           resourceUrl:encodeURIComponent(state.musicDetail?.videoUrl),
-          videoBgUrl:encodeURIComponent(state.musicDetail?.videoImg),
+          videoBgUrl:encodeURIComponent(state.musicDetail?.videoImg || ""),
           musicSheetName:encodeURIComponent(state.musicDetail?.musicSheetName),
           username:encodeURIComponent(state.musicDetail?.username),
           musicSheetId:encodeURIComponent(state.musicDetail?.musicSheetId),