12 Commits

Author SHA1 Message Date
Rafael Chasman
e5bca083f3 Merge pull request #33 from danilt2000/DevelopMadara
выаыаыаыауккк
2024-04-24 22:16:58 +03:00
Madara0330E
f8f15ada28 выаыаыаыауккк 2024-04-24 21:35:17 +05:00
Hepatica
4648607e3a add timer for updating game money on crash 2024-04-21 16:11:26 +02:00
Hepatica
70b8937ef3 add timer for updating balance on crash 2024-04-21 15:59:53 +02:00
Hepatica
c7671237e1 delete console log 2024-04-21 15:50:44 +02:00
Hepatica
f2573a5f3b Revert "Add checking for correct status in crash game"
This reverts commit 3912f4c313.
2024-04-21 15:31:04 +02:00
Hepatica
3912f4c313 Add checking for correct status in crash game 2024-04-21 15:27:25 +02:00
Swino4ka
6ab6c881b4 Merge pull request #31 from danilt2000/Swino4ka
added spacebar
2024-04-18 12:33:02 +02:00
Swino4ka
8d84a39351 Merge pull request #30 from danilt2000/Swino4ka
Added professions to mine card, fixed some code
2024-04-18 12:31:29 +02:00
Swino4ka
9ac77a2fe0 Merge pull request #29 from danilt2000/Swino4ka
Reverted, fixed problems
2024-04-17 22:14:36 +02:00
Swino4ka
8f083fb7d2 Merge pull request #28 from danilt2000/Swino4ka
Deleted crash history
2024-04-17 18:26:49 +02:00
Swino4ka
ed3e5b6a93 Merge pull request #27 from danilt2000/Swino4ka
Swino4ka
2024-04-17 18:21:40 +02:00
6 changed files with 33 additions and 6 deletions

View File

@@ -20,7 +20,12 @@
margin-left: 1vh;
margin-top: 2.4vh;
}
.IstoriaMenedger {
margin-left: 85px;
margin-top: 7px;
width: 30px;
height: 30px;
}
.jackpot-loading-bar {
z-index: 1;
/* margin-left: 5%; */
@@ -387,4 +392,10 @@
padding-left: 0;
padding-right: 0;
}
.IstoriaMenedger {
margin-left: 20px;
margin-top: 7px;
width: 30px;
height: 30px;
}
}

View File

@@ -275,6 +275,9 @@
.withdraw {
padding-right: 56%;
}
.referal {
padding-right: 56%;
}
.withdraw-color h3 {
color: #EA3D38;
margin-right: 1vh;
@@ -345,6 +348,9 @@
.withdraw {
padding-right: 66%;
}
.referal {
padding-right: 66%;
}
}
@media screen and (min-device-width: 1921px) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

View File

@@ -0,0 +1,3 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30 14.9717C30.0153 23.2362 23.2754 29.9942 15.0109 30C11.4414 30.0025 8.16271 28.7583 5.58616 26.6788C4.91619 26.138 4.8661 25.1339 5.47493 24.5251L6.15641 23.8436C6.67711 23.3229 7.5084 23.266 8.0853 23.7236C9.98358 25.23 12.3859 26.1291 15 26.1291C21.1515 26.1291 26.129 21.1506 26.129 15C26.129 8.8485 21.1505 3.87098 15 3.87098C12.0475 3.87098 9.36598 5.0183 7.37491 6.89106L10.4447 9.96087C11.0544 10.5705 10.6226 11.6129 9.76046 11.6129H0.967741C0.433246 11.6129 0 11.1797 0 10.6452V1.85244C0 0.990304 1.04238 0.558509 1.65205 1.16813L4.63826 4.15434C7.33118 1.58081 10.981 0 15 0C23.2748 0 29.9847 6.70042 30 14.9717ZM19.0577 19.7368L19.6519 18.9729C20.1441 18.3401 20.0301 17.428 19.3972 16.9359L16.9355 15.0211V8.70969C16.9355 7.90798 16.2856 7.25808 15.4839 7.25808H14.5161C13.7144 7.25808 13.0645 7.90798 13.0645 8.70969V16.9144L17.0207 19.9915C17.6535 20.4836 18.5655 20.3697 19.0577 19.7368Z" fill="#B8B8B8"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -138,7 +138,6 @@ export default {
const dataCrashParse = JSON.parse(dataCrash)
this.crashObject = dataCrashParse
// console.log(this.crashObject)
}
catch (e) {
console.error(e)
@@ -146,7 +145,9 @@ export default {
if (this.crashObject.Status === 'GameEnd' && this.startGame === true && this.crashObject.Players.some(player => player.UserName === GetCookie('SpUserName'))) {
this.startGame = false
this.updateUserMoney()
setTimeout(() => {
this.updateUserMoney();
}, 3000);
}
if (
this.crashObject.Players.some(player =>
@@ -304,8 +305,9 @@ export default {
.then((response) => {
console.log(response)
this.startGame = false
this.updateUserMoney()
setTimeout(() => {
this.updateUserMoney();
}, 3000);
})
}
},

View File

@@ -50,7 +50,12 @@
<img src="@/assets/icons-games/double-game/info.svg" alt="" />
</a>
</div>
<div class="IstoriaMenedger">
<a href="#" @click="$router.push({ name: 'jackpot-history' })"><img class="IstoriaMenedger" src="@/assets/icons-games/double-game/Vector.svg"></a>
</div>
</div>
<p>Больше ставь, больше побеждай!</p>