人生啊人生 1 주 전
부모
커밋
921ef2fb49
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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' },
         });
     }