- Aggiunto bottone Aggiungi al Carrello sulla lista dei libri dei cataloghi

This commit is contained in:
Surya Paolo
2025-06-06 00:07:47 +02:00
parent 06fe6eb861
commit 664975b1fd
36 changed files with 1110 additions and 751 deletions

View File

@@ -101,6 +101,7 @@ export const tools = {
FILTER_MYFOLLOW: 2,
COOK_TIPOCONTO: 'TC_',
COOK_ARGOM: 'CK_ARG',
COOK_SEARCH: 'SEARCH_',
COOK_SELCART: 'SELCART_',
COOK_SELGAS: 'SELGAS',
@@ -4105,7 +4106,7 @@ export const tools = {
},
setLangAtt($q: any, $router: Router, mylang: string) {
console.log('setLangAtt =', mylang);
// console.log('setLangAtt =', mylang);
const globalStore = useGlobalStore();
if (!mylang || typeof mylang !== 'string') {