Browse Source

feat: 引导页修改

TIANYONG 4 tháng trước cách đây
mục cha
commit
c9201d85c3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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,