Commit 90729e87 authored by Mac's avatar Mac

1

parent b5e8e8ca
...@@ -1447,7 +1447,7 @@ ...@@ -1447,7 +1447,7 @@
}) })
} }
// console.log(price,obj.Commission,'obj.Commission') // console.log(price,obj.Commission,'obj.Commission')
this.msg.OriginalFee = Math.round((price * obj.Commission)*100 ) / 10000; this.msg.OriginalFee = Math.round((price * obj.Commission) ) / 100;
}else{ }else{
this.msg.OriginalFee = 0 this.msg.OriginalFee = 0
this.msg.Fee = 0 this.msg.Fee = 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