Commit 86e0053b authored by zhengke's avatar zhengke

修改

parent 9897d46e
...@@ -297,15 +297,6 @@ ...@@ -297,15 +297,6 @@
} }
return uuid.join(''); return uuid.join('');
}, },
//上传图片验证有无签字
uploadFile(files) {
UploadSelfFile("course", files[0], (res) => {
if (res.Code == 1) {
}
});
},
//提交数据 //提交数据
SaveMsg() { SaveMsg() {
......
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