mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Parse to json on perfil
This commit is contained in:
@@ -75,7 +75,8 @@ export class ProfilePage implements OnInit {
|
||||
/* var data = JSON.parse(value); */
|
||||
console.log("Init store parse", value)
|
||||
if(typeof(value) == 'string') {
|
||||
value = JSON.stringify(value)
|
||||
value = JSON.parse(value)
|
||||
console.log("CSDfdvdf",value)
|
||||
}
|
||||
value.forEach((element,i) => {
|
||||
console.log("ARaaAA", element)
|
||||
|
||||
Reference in New Issue
Block a user