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