فهرست منبع

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