Explorar o código

Merge branch 'fine-music-score' into dev

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
029cf888a4

+ 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;