xuzhiheng 5 жил өмнө
parent
commit
ad4f41593e

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

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