mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
提交修改
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
goSubmit() {
|
||||
let $this=this;
|
||||
let images=[];
|
||||
if(this.qa.title == '') {
|
||||
$this.$refs.messager.show({message:'请填写标题',type:'error'});
|
||||
return
|
||||
}
|
||||
this.fileList.forEach(file=>{
|
||||
images.push(file.path);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user