Преглед изворни кода

Merge branch 'dev2.8.5' of http://192.168.3.207:10080/qmx/jy into dev2.8.5

zhangxinlei1996 пре 5 година
родитељ
комит
ef84cdc87a
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){