Pārlūkot izejas kodu

Update index.tsx

lex 1 gadu atpakaļ
vecāks
revīzija
1904cf107f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: '',
           type: 'link',
           url: state.url,
-          thumb: encodeURI(props.musicDetail.img),
+          thumb: encodeURI(decodeURI(props.musicDetail.img)),
           shareType: type
         }
       })