瀏覽代碼

feat: 上传云端,recordId传string类型

TIANYONG 1 年之前
父節點
當前提交
267e9918e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/subpages/colexiu/popups/evaluating/index.tsx

+ 1 - 1
src/subpages/colexiu/popups/evaluating/index.tsx

@@ -97,7 +97,7 @@ export default defineComponent({
         if (props.data?.recordId) {
           // 上传云端
           api_openAdjustRecording({
-            recordId: props.data?.recordId,
+            recordId: String(props.data?.recordId),
             title: detailState.activeDetail?.musicSheetName || "曲谱演奏",
             coverImg: detailState.activeDetail?.titleImg || '',
           });