павпавпававппвап

This commit is contained in:
Hepatica
2024-01-21 02:49:44 +01:00
parent b950b893dc
commit 80b1f07861
2 changed files with 28 additions and 3 deletions

View File

@@ -174,6 +174,30 @@ export default {
modules: [ Navigation ]
}
},
created() {
// const AUTHTOKEN = GetCookie('AUTHTOKEN')
// const SEARCHTOKEN = GetCookie('SearchToken')
GetUserData(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
.then(response => {
console.log(response)
})
.catch((error) => {
console.error(error);
});
// GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
// .then((response) => {
// this.balance = response.currentMoney;
// console.log(response);
// })
// .catch((error) => {
// console.error(error);
// });
},
watch: {
async amountDeposit(DiamondCount) {
if (DiamondCount >= 1) {