Parcourir la source

Update index.tsx

lex il y a 1 an
Parent
commit
442fa63712
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/creation/share-model/index.tsx

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

@@ -80,7 +80,7 @@ export default defineComponent({
           video: '',
           video: '',
           type: 'link',
           type: 'link',
           url: state.url,
           url: state.url,
-          thumb: props.musicDetail.img,
+          thumb: encodeURI(props.musicDetail.img),
           shareType: type
           shareType: type
         }
         }
       })
       })