Commit be479f43 authored by 黄奎's avatar 黄奎

页面修改

parent beec4997
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
this.isshowselectMaterial = false this.isshowselectMaterial = false
}, },
getsuccess(data) {//选择数据回来 getsuccess(data) {//选择数据回来
console.log(data)
if(this.materialType==2){ if(this.materialType==2){
this.addMsg.ImgTextModel.ImgName = data.ImageModel.ImageName this.addMsg.ImgTextModel.ImgName = data.ImageModel.ImageName
this.addMsg.ImgTextModel.ImgPath = data.ImageModel.ImagePath this.addMsg.ImgTextModel.ImgPath = data.ImageModel.ImagePath
......
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
that.$forceUpdate(); that.$forceUpdate();
} }
}).catch((e) => { }).catch((e) => {
console.log(e)
}) })
} }
...@@ -634,7 +634,7 @@ ...@@ -634,7 +634,7 @@
} }
wechatUploadSelfFile('wechatcatalogue', files, res => { wechatUploadSelfFile('wechatcatalogue', files, res => {
if (res.Code == 1) { if (res.Code == 1) {
console.log(res)
this.addMsg.FileModel.FileName = res.FileName; this.addMsg.FileModel.FileName = res.FileName;
this.addMsg.FileModel.FilePath = res.FileUrl; this.addMsg.FileModel.FilePath = res.FileUrl;
this.$forceUpdate(); this.$forceUpdate();
...@@ -869,7 +869,7 @@ ...@@ -869,7 +869,7 @@
}) })
}).catch((e) => { }).catch((e) => {
console.log(e)
vm.$message.error('播放录音失败') vm.$message.error('播放录音失败')
}) })
}, },
......
...@@ -316,7 +316,6 @@ ...@@ -316,7 +316,6 @@
}) })
}).catch((e) => { }).catch((e) => {
console.log(e)
vm.$message.error('播放录音失败') vm.$message.error('播放录音失败')
}) })
}, },
......
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
}) })
}).catch((e) => { }).catch((e) => {
console.log(e)
vm.$message.error('播放录音失败') vm.$message.error('播放录音失败')
}) })
}, },
......
...@@ -269,7 +269,6 @@ ...@@ -269,7 +269,6 @@
let issort = false; let issort = false;
if (this.addMsg.ChildList.length > 0) { if (this.addMsg.ChildList.length > 0) {
this.addMsg.ChildList.map(x => { this.addMsg.ChildList.map(x => {
console.log(x)
if (x.Name == '') { if (x.Name == '') {
isName = true; isName = true;
return return
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
amr.initWithUrl(x.AudioModel.AudioPath).then(function () { amr.initWithUrl(x.AudioModel.AudioPath).then(function () {
x.duration = amr.getDuration() x.duration = amr.getDuration()
}).catch((e) => { }).catch((e) => {
console.log(e)
}) })
} }
}) })
......
...@@ -574,12 +574,12 @@ ...@@ -574,12 +574,12 @@
//点击问题 //点击问题
ClickItem(questionItem) { ClickItem(questionItem) {
this.ChooseItem = questionItem; this.ChooseItem = questionItem;
console.log("questionItem", questionItem);
}, },
//保存题目 //保存题目
SavePaper() { SavePaper() {
savePaperInfo(this.DataObj).then(res => { savePaperInfo(this.DataObj).then(res => {
console.log("res", res);
}) })
}, },
closeQuestForm() { closeQuestForm() {
......
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