瀏覽代碼

Update index.tsx

lex 1 年之前
父節點
當前提交
e5144f23fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
         }
       })