pc-master #25

Merged
xiaomeng merged 2 commits from pc-master into portal 2023-11-09 08:15:31 +00:00
Showing only changes of commit 95b35bcdf7 - Show all commits

View File

@ -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) {