This commit is contained in:
liuye
2021-12-24 09:04:23 +08:00
parent b2fed2be73
commit e2879a8337
4 changed files with 30 additions and 8 deletions

View File

@@ -82,6 +82,10 @@ export default {
return this.$u.toast('请输入发布组织')
}
if (!this.forms.content) {
return this.$u.toast('请输入正文')
}
const imgs = []
if (this.forms.images) {
this.forms.images.map((e) => {