fix 空格
This commit is contained in:
parent
0c3677ded3
commit
66feb50786
|
@ -1654,7 +1654,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
Promise.all(funcs).then(([result1, result2, result3]) =>{
|
||||
Promise.all(funcs).then(([result1, result2, result3]) => {
|
||||
for (let i = 0; i < hashTree.length; i++) {
|
||||
let data = hashTree[i];
|
||||
if(!data.num){
|
||||
|
|
Loading…
Reference in New Issue