|
@@ -191,6 +191,7 @@ export default defineComponent({
|
|
|
api_openAdjustRecording({
|
|
|
recordId: evaluatingData.resultData?.recordIdStr || evaluatingData.resultData?.recordId,
|
|
|
title: state.examSongName || '曲谱演奏',
|
|
|
+ coverImg: state.coverImg,
|
|
|
});
|
|
|
return;
|
|
|
} else if (type === "share") {
|