Commit b65ca6aa by zihan

去掉日志

parent 9b714cab
...@@ -68,7 +68,6 @@ class Order { ...@@ -68,7 +68,6 @@ class Order {
return; return;
} }
const order = result.data || {}; const order = result.data || {};
console.log(order);
if(!order.dealAmount && !order.pendingAmount){ if(!order.dealAmount && !order.pendingAmount){
console.error("没有返回amount 和deal amount字段,继续搜索"); console.error("没有返回amount 和deal amount字段,继续搜索");
console.log(result) console.log(result)
......
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