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 {