Commit ec7f68bf authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 13a3991c
...@@ -966,7 +966,7 @@ let arrNew=[] ...@@ -966,7 +966,7 @@ let arrNew=[]
sums = sums + parseFloat(tt[j]) sums = sums + parseFloat(tt[j])
// console.log(sum,parseFloat(t[j])) // console.log(sum,parseFloat(t[j]))
arr.push({sum:sums,index:i}) arrNew.push({sum:sums,index:i})
//console.log(sum) //console.log(sum)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment