Commit cce237d7 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8fa731dd
...@@ -61,7 +61,7 @@ async function add(data) ...@@ -61,7 +61,7 @@ async function add(data)
type: data.type, type: data.type,
commision: data.commision, commision: data.commision,
base: data.base, base: data.base,
param: parseFloat(data.paramStart).toFixed(1) param: parseFloat(data.paramStart).toFixed(3)
}) })
} }
while (true) while (true)
...@@ -88,7 +88,7 @@ async function add(data) ...@@ -88,7 +88,7 @@ async function add(data)
commision: data.commision, commision: data.commision,
base: i, base: i,
target:z, target:z,
param: parseFloat(data.paramStart).toFixed(1) param: parseFloat(data.paramStart).toFixed(3)
}) })
} }
} }
......
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