pull/25/head
parent
331eae5982
commit
95b35bcdf7
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue