소스 검색

feat: 上传云端recordId使用recordIdStr

TIANYONG 1 년 전
부모
커밋
a1d9e0913a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/subpages/colexiu/popups/evaluating/index.tsx

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

@@ -94,10 +94,10 @@ export default defineComponent({
       if (detailState.isAppPlay) {
         confirmShow.value = true
       } else {
-        if (props.data?.recordId) {
+        if (props.data?.recordIdStr) {
           // 上传云端
           api_openAdjustRecording({
-            recordId: String(props.data?.recordId),
+            recordId: String(props.data?.recordIdStr),
             title: detailState.activeDetail?.musicSheetName || "曲谱演奏",
             coverImg: detailState.activeDetail?.titleImg || '',
           });