人生啊人生 il y a 1 semaine
Parent
commit
921ef2fb49
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/view/student/trainChapter/trainChapter.vue

+ 2 - 1
src/view/student/trainChapter/trainChapter.vue

@@ -642,7 +642,8 @@ const tipsBtnsUpAndDownOpenEvent = () => {
         newArray.push({
             name: '下一步',
             click: nextStep,
-            attr: { type: 'primary' },
+            // attr: { type: 'primary' },
+            attr: { type: 'success' },
         });
     }