xuzhiheng 5 年之前
父節點
當前提交
ad4f41593e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/weixin/vipsubscribe/vip_upgrade.html

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

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