Commit be479f43 authored by 黄奎's avatar 黄奎

页面修改

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