function loadFrontPrice(){ var total=0; var payType=0; $(".frontPrice").each(function(){ payType=$(this).attr("paytype"); if (payType!=0) total+=parseFloat($(this).html())*parseFloat($("#num_"+$(this).attr("cartid")).val()); }); if (total!=0){ $("#showFrontPrice").html("<br/><strong>"+((payType=="2")?"至少":"")+"需要支付订金:<span class='price'>¥"+total.toFixed(DecimalPlaces)+"元