pushh pushh pusheee

This commit is contained in:
ilmedova 2021-08-13 13:35:58 +05:00
parent c64eb890b7
commit 1c2820b28c
1 changed files with 2 additions and 2 deletions

View File

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