xuzhiheng 5 gadi atpakaļ
vecāks
revīzija
408d7f2b95

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