Commit 8f393052 by zihan

处理浮点数运算

parent 7f65dbde
...@@ -31,6 +31,7 @@ let getUpdatedData = function (currentData, response) { ...@@ -31,6 +31,7 @@ let getUpdatedData = function (currentData, response) {
break; break;
} }
} }
console.log(typeof newCount);
if (!has) { if (!has) {
if(response.data.action !== 'CANCEL') if(response.data.action !== 'CANCEL')
updateData.push([response.data.price, response.data.count]); updateData.push([response.data.price, response.data.count]);
......
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