warrior 3 долоо хоног өмнө
parent
commit
563c12ebfe

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