mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
вапрп ав пав рпа
This commit is contained in:
@@ -35,7 +35,7 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${BackendApiUrl}/Payment/GetGameCrashCurrentData`, {
|
const response = await fetch(`${BackendApiUrl}/Payment/UserMoney`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import MenuMobileComponent from "@/components/adaptive-components/MenuMobileComp
|
|||||||
import PaymentsMobile from "@/components/adaptive-components/PaymentsMobile.vue";
|
import PaymentsMobile from "@/components/adaptive-components/PaymentsMobile.vue";
|
||||||
import {GetUserData } from "@/assets/js/games/saper/SaperAPI";
|
import {GetUserData } from "@/assets/js/games/saper/SaperAPI";
|
||||||
import { GetCookie } from "@/assets/js/storage/CookieStorage";
|
import { GetCookie } from "@/assets/js/storage/CookieStorage";
|
||||||
|
// import { GetCurrentMoney } from "@/assets/js/rest/RestMethods.js";
|
||||||
|
|
||||||
import '@/assets/css/PagesStyles/adaptive-pages/profilemobile.css'
|
import '@/assets/css/PagesStyles/adaptive-pages/profilemobile.css'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user