@@ -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,5 +1,5 @@
.cellGroup {
- margin: 14px;
+ margin: 14px !important;
overflow: hidden;
border-radius: 12px;
color: #666666;