Commit cce83659 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent caf28c1f
......@@ -56,8 +56,9 @@ let arrNew=[]
let index=arrNew[0].index
console.log('index',index)
arrNew=[]
let sums = 0
for (let i = index; i < arr.length; i++) {
let sums = 0
sums = sums + parseFloat(arr[i].profit)
// if (arrNew.length ===0)
......
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