Browse Source

feat: 引导页修改

TIANYONG 4 months ago
parent
commit
c9201d85c3
1 changed files with 2 additions and 2 deletions
  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 = {
       showProgress: 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 = {
       showProgress: false,