Commit fde2b11a authored by 黄媛媛's avatar 黄媛媛

update

parent b5fd4093
......@@ -1957,7 +1957,7 @@ export default {
if(newmoney.toString().split(".")[1]){
let num=newmoney.toString().split(".")[1].length;
if(num==1){
newmoney=`${newmoney}1`;
newmoney=`${newmoney}0`;
}
}
if(Rate.toString().split(".")[1] && Rate.toString().split(".")[1].length <5){
......@@ -1982,7 +1982,7 @@ export default {
if(newmoney.toString().split(".")[1]){
let num=newmoney.toString().split(".")[1].length;
if(num==1){
newmoney=`${newmoney}1`;
newmoney=`${newmoney}0`;
}
}
if(Rate.toString().split(".")[1] && Rate.toString().split(".")[1].length <5){
......
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