修改已知问题

pull/10/head
孙萌 2023-10-08 18:10:05 +08:00
parent 00f278b5a4
commit 522f6573d8
1 changed files with 5 additions and 4 deletions

View File

@ -492,15 +492,16 @@ export default {
var statusIndex = 8 var statusIndex = 8
for (var j = 0; j < statusIndex; j++) { for (var j = 0; j < statusIndex; j++) {
if (Number(number[number.length-1 - j])) { if (Number(number[number.length-1 - j])) {
if(j=0){ if(j==0){
this.right2Index.push(1) this.right2Index.push('1')
}else if(j=1){ }else if(j==1){
this.right2Index.push(0) this.right2Index.push('0')
}else{ }else{
this.right2Index.push(j) this.right2Index.push(j)
} }
} }
} }
console.log( this.right2Index,123);
}, },
// //
getData30() { getData30() {