Browse Source

Merge branch 'fine-music-score' into dev

lex 2 years ago
parent
commit
029cf888a4
2 changed files with 3 additions and 2 deletions
  1. 2 1
      src/teacher/teacher-cert/index.tsx
  2. 1 1
      src/views/award-activity/index.module.less

+ 2 - 1
src/teacher/teacher-cert/index.tsx

@@ -94,10 +94,11 @@ export default defineComponent({
 
       try {
         if (!this.userAuth) {
-          const res = await request.post('/api-auth/user/realNameAuth', {
+          await request.post('/api-teacher/teacher/realNameAuth', {
             data: {
               realName,
               idCardNo,
+              contract: true,
               save: true
             }
           })

+ 1 - 1
src/views/award-activity/index.module.less

@@ -1,5 +1,5 @@
 .cellGroup {
-  margin: 14px;
+  margin: 14px !important;
   overflow: hidden;
   border-radius: 12px;
   color: #666666;