xuzhiheng 5 лет назад
Родитель
Сommit
408d7f2b95
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/web/templates/weixin/vipsubscribe/vip_upgrade.html

+ 2 - 2
src/web/templates/weixin/vipsubscribe/vip_upgrade.html

@@ -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){