mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
псачвпва авп пв
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
import HeaderMobileComponent from "@/components/adaptive-components/HeaderMobileComponent.vue";
|
import HeaderMobileComponent from "@/components/adaptive-components/HeaderMobileComponent.vue";
|
||||||
import MenuMobileComponent from "@/components/adaptive-components/MenuMobileComponent.vue";
|
import MenuMobileComponent from "@/components/adaptive-components/MenuMobileComponent.vue";
|
||||||
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 { GetCurrentMoney } from "@/assets/js/rest/RestMethods.js";
|
||||||
|
|
||||||
import '@/assets/css/PagesStyles/adaptive-pages/profilemobile.css'
|
import '@/assets/css/PagesStyles/adaptive-pages/profilemobile.css'
|
||||||
|
|
||||||
@@ -48,23 +48,23 @@ export default {
|
|||||||
// const SEARCHTOKEN = GetCookie('SearchToken')
|
// const SEARCHTOKEN = GetCookie('SearchToken')
|
||||||
|
|
||||||
|
|
||||||
GetUserData(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
// GetUserData(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||||
.then(response => {
|
// .then(response => {
|
||||||
console.log(response)
|
// console.log(response)
|
||||||
})
|
// })
|
||||||
.catch((error) => {
|
// .catch((error) => {
|
||||||
|
// console.error(error);
|
||||||
|
// });
|
||||||
|
|
||||||
|
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||||
|
.then((response) => {
|
||||||
|
// this.balance = response.currentMoney;
|
||||||
|
console.log(response);
|
||||||
|
})
|
||||||
|
.catch((error) => {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
});
|
});
|
||||||
|
|
||||||
// GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
|
||||||
// .then((response) => {
|
|
||||||
// this.balance = response.currentMoney;
|
|
||||||
// console.log(response);
|
|
||||||
// })
|
|
||||||
// .catch((error) => {
|
|
||||||
// console.error(error);
|
|
||||||
// });
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user