@@ -1376,7 +1376,7 @@
}
if(price>0){
- var cPrice = price;
+ var cPrice = (price).toFixed(1);
console.log(cPrice);
if(sessionStorage.proPrice!==""&&sessionStorage.proPrice!==undefined){
@@ -1390,7 +1390,7 @@
if(cPrice < 0){
cPrice = 0;
- $(".finally_price").html("¥"+(cPrice).toFixed(1));
+ $(".finally_price").html("¥"+cPrice);
//
if (cPrice>0){
if(buyCheck){