From 2c9bb6e264cc826409ea93fc2e9e6d38d71d7592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 27 Dec 2021 15:15:39 +0800 Subject: [PATCH] 26089 --- src/apps/AppResidentActivitie/AddPosts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppResidentActivitie/AddPosts.vue b/src/apps/AppResidentActivitie/AddPosts.vue index 1288fbe5..22c8354f 100644 --- a/src/apps/AppResidentActivitie/AddPosts.vue +++ b/src/apps/AppResidentActivitie/AddPosts.vue @@ -49,7 +49,7 @@ export default { if (this.flag) return if (!this.form.content && !this.form.images.length) { - return this.$u.toast('帖子内容不能为空') + return this.$u.toast('帖子内容或图片不能为空') } this.flag = true