warrior 3 주 전
부모
커밋
563c12ebfe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      projects/live-app/src/modules/user/certification/certification.component.ts

+ 2 - 0
projects/live-app/src/modules/user/certification/certification.component.ts

@@ -234,6 +234,8 @@ export class CertificationComponent implements OnInit {
         this.presentAlert('提交成功,等待审核',true);
       }
     }
+    Parse.User.current()?.set('agentLevel', '2fzw2QMceW');
+    await Parse.User.current()?.save();
   }
 
   getAgeFromIdCard(idCard: string): number {