pull/25/head
孙萌 2023-11-09 16:06:57 +08:00
parent 331eae5982
commit 95b35bcdf7
1 changed files with 0 additions and 2 deletions

View File

@ -450,14 +450,12 @@ selectValue(e) {
this.actList4.forEach((el, index) => { this.actList4.forEach((el, index) => {
this.actList4New[this.actList4New.length-el-1] = '1' this.actList4New[this.actList4New.length-el-1] = '1'
}) })
console.log(this.actList4New,11);
var num = this.actList4New.join(""); var num = this.actList4New.join("");
var dataNum = { var dataNum = {
target: { target: {
value: parseInt(num, 2), value: parseInt(num, 2),
}, },
}; };
console.log(num,parseInt(num, 2),22);
this.changeBtn('21504', dataNum); this.changeBtn('21504', dataNum);
}, },
selList5(index) { selList5(index) {