mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
修改
This commit is contained in:
@@ -144,6 +144,7 @@ export default {
|
|||||||
if(content.trim() == ''){
|
if(content.trim() == ''){
|
||||||
this.$message('您输入的内容为空,无法发布')
|
this.$message('您输入的内容为空,无法发布')
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
|
this.loading=false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.addForm.content=content.trim()
|
this.addForm.content=content.trim()
|
||||||
|
|||||||
Reference in New Issue
Block a user