소스 검색

feat: 引导页修改

TIANYONG 7 달 전
부모
커밋
c9201d85c3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/page-instrument/custom-plugins/guide-driver/index.tsx

+ 2 - 2
src/page-instrument/custom-plugins/guide-driver/index.tsx

@@ -528,7 +528,7 @@ export const FollowDriver = defineComponent({
     };
     };
 
 
     // 声部
     // 声部
-    let length = props.statusAll.subjectStatus ? 4 : 3;
+    let length = props.statusAll.subjectStatus ? 5 : 4;
     const driverOptions: Config = {
     const driverOptions: Config = {
       showProgress: false,
       showProgress: false,
       allowClose: false,
       allowClose: false,
@@ -733,7 +733,7 @@ export const EvaluatingDriver = defineComponent({
     };
     };
 
 
     // 声部
     // 声部
-    let length = props.statusAll.subjectStatus ? 5 : 4;
+    let length = props.statusAll.subjectStatus ? 6 : 5;
 
 
     const driverOptions: Config = {
     const driverOptions: Config = {
       showProgress: false,
       showProgress: false,