pushh pushh pusheee
This commit is contained in:
parent
c64eb890b7
commit
1c2820b28c
|
|
@ -291,11 +291,11 @@ document.body.onload = function () {
|
|||
}
|
||||
}
|
||||
if(sec>0 && day>0 && time_price >=1){
|
||||
var total = (sec*day*time_price*beletadd_price)/60;
|
||||
var total = ((sec*day*time_price)/60)+(day**beletadd_price);
|
||||
total = total.toFixed(2);
|
||||
}
|
||||
if(sec>0 && day>0 && bukja_price >=1){
|
||||
total = (sec*day*bukja_price*beletadd_price)/60;
|
||||
total = ((sec*day*bukja_price)/60)+(day*beletadd_price);
|
||||
total = total.toFixed(2);
|
||||
}
|
||||
if(total>0){
|
||||
|
|
|
|||
Loading…
Reference in New Issue