Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
1904cf107f

+ 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: encodeURI(props.musicDetail.img),
+          thumb: encodeURI(decodeURI(props.musicDetail.img)),
           shareType: type
           shareType: type
         }
         }
       })
       })