This commit is contained in:
花有清香月有阴
2021-12-27 15:15:39 +08:00
parent ad6f3941e7
commit 2c9bb6e264

View File

@@ -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