Commit 2ceed4e7 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent fd8b0d66
......@@ -5,8 +5,8 @@ let arr=[
type: "dynamic",
commision: 0.001,
paramStart: 0,
paramEnd: 48,
inidicator: 2
paramEnd: 0,
inidicator: 1
}
......@@ -80,9 +80,9 @@ async function add(data)
// })
if (data.type !=='plus')
{
for (let i=200;i<201;i=i+10)
for (let i=100;i<101;i=i+10)
{
for (let z=1;z<101;z=z+1)
for (let z=1;z<2;z=z+1)
arr.push({
type: data.type,
commision: data.commision,
......
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