Explorar el Código

update invite

warrior hace 2 días
padre
commit
cd36e92195

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

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