@@ -1390,7 +1390,7 @@
if(cPrice < 0){
cPrice = 0;
}
- $(".finally_price").html("¥"+cPrice);
+ $(".finally_price").html("¥"+(cPrice).toFixed(1));
//
if (cPrice>0){
if(buyCheck){