Changeset ace7865 for components/roulette/RouletteHeader.jsx
- Timestamp:
- 06/25/22 11:30:19 (2 years ago)
- Branches:
- main
- Children:
- b13f93b
- Parents:
- 9bd09b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
components/roulette/RouletteHeader.jsx
r9bd09b0 race7865 49 49 chosenCredits: parseInt(res.data?.credits/2), 50 50 } 51 } 51 }, 52 showCoin: false, 52 53 })); 53 54 … … 56 57 displayLoadingScreen: false, 57 58 })) 58 59 60 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 3) {61 }62 63 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 2) {64 }65 66 if (parseInt(res.data?.game.status.toString().substr(1, 1)) == 1) {67 }68 59 } 69 60 else {
Note:
See TracChangeset
for help on using the changeset viewer.