Browse Source

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

TIANYONG 1 year ago
parent
commit
267e9918e8
1 changed files with 1 additions and 1 deletions
  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 || '',
           });