Prechádzať zdrojové kódy

Merge branch 'gyt-feature-tianyong' into gyt-test

TIANYONG 1 rok pred
rodič
commit
89c0fc73b4

+ 1 - 1
src/subpages/colexiu/buttons/evaluating.tsx

@@ -171,7 +171,7 @@ const connect = async () => {
 
   const content = {
     musicXmlInfos: formatTimes(),
-    subjectId: detailState.subjectId,
+    subjectId: detailState.subjectId ? detailState.subjectId : detailState.isPercussion ? 1 : detailState.subjectId,
     detailId: detailState.activeDetail?.id,
     examSongId: search.id,
     xmlUrl: detailState?.activeDetail?.xmlUrl,