@@ -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,
});