bug
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user