2 neue rentcars added

This commit is contained in:
Fabian
2021-05-02 23:52:45 +02:00
parent e050391d6d
commit 03f3808a3f
5 changed files with 47 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ export default function rentCar(globalData: IGlobalData) {
rentcarMenu.ListChange.on((item: NativeUI.UIMenuListItem, index) => {
switch (item.Text) {
case "Fahrzeug":
item.Description = "$" + vehiclePrices[index] + "$ alle 5 Minuten";
item.Description = "$" + vehiclePrices[index] + " alle 5 Minuten";
selectedIndex = index;
//item.Description = item.SelectedValue;
break;