diff --git a/src/views/page/upload-con.vue b/src/views/page/upload-con.vue index 566bcd5..7bbc012 100644 --- a/src/views/page/upload-con.vue +++ b/src/views/page/upload-con.vue @@ -450,14 +450,12 @@ selectValue(e) { this.actList4.forEach((el, index) => { this.actList4New[this.actList4New.length-el-1] = '1' }) - console.log(this.actList4New,11); var num = this.actList4New.join(""); var dataNum = { target: { value: parseInt(num, 2), }, }; - console.log(num,parseInt(num, 2),22); this.changeBtn('21504', dataNum); }, selList5(index) {