Commit c9f28c84 by 陈玉桐

add

parent 8279b0b0
......@@ -245,8 +245,13 @@ export default {
}
}).then(response => {
me.loadingShow = false
if(response.errno==200){
me.tipDialogText = '上传成功'
me.tipDialogShow = true
}else{
me.tipDialogText = '上传失败,请重新上传'
me.tipDialogShow = true
}
})
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment