浏览代码

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 || '',
           });