소스 검색

update invite

warrior 1 개월 전
부모
커밋
cd36e92195
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      projects/live-app/src/modules/login/invite/invite.component.ts

+ 1 - 1
projects/live-app/src/modules/login/invite/invite.component.ts

@@ -280,7 +280,7 @@ export class InviteComponent implements OnInit {
         catchError(async (e) => {
           // 显示报错
           const toast = await this.toastController.create({
-            message: e.message,
+            message: e.error.mess,
             color: 'danger',
             duration: 1000,
           });