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