pc-master #212

Merged
xiaomeng merged 3 commits from pc-master into portal 2025-01-11 08:59:13 +00:00
Showing only changes of commit 7d9f7835d6 - Show all commits

View File

@ -377,6 +377,7 @@ export default {
value: parseInt(num, 2), value: parseInt(num, 2),
}, },
}; };
this.inputData[this.startList[this.indexs - 1] + 1]= parseInt(num, 2)
this.changeBtn(this.startList[this.indexs - 1] + 1, dataNum); this.changeBtn(this.startList[this.indexs - 1] + 1, dataNum);
}, },
getActive1() { getActive1() {