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 {