Browse Source

Merge branch 'iteration-tenant-album'

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

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

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