From 69d1e05889d18c5b65fc456f7bb9bec8ddda23b2 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 12 Jul 2024 16:31:20 -0400 Subject: [PATCH] playground --- .../playground/playground.page.html | 64 ++++++++++++++----- .../playground/playground.page.ts | 5 ++ 2 files changed, 54 insertions(+), 15 deletions(-) diff --git a/src/app/pages-family/playground/playground.page.html b/src/app/pages-family/playground/playground.page.html index 27a1e8b..07e52c4 100644 --- a/src/app/pages-family/playground/playground.page.html +++ b/src/app/pages-family/playground/playground.page.html @@ -29,7 +29,6 @@
-
{{item.name}} @@ -54,20 +53,7 @@
-
COL
- -
- -
- -
SHA
- -
- - - -
-
+
{{item.name}} @@ -88,6 +74,54 @@
+
+ +
+
+ {{item.name}} + +
+
+
+
+ +
+ {{iteml.title}} + {{iteml.description}} +
+
+
+ +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/app/pages-family/playground/playground.page.ts b/src/app/pages-family/playground/playground.page.ts index 1a68dd7..66e1c6f 100644 --- a/src/app/pages-family/playground/playground.page.ts +++ b/src/app/pages-family/playground/playground.page.ts @@ -44,6 +44,8 @@ export class PlaygroundPage implements OnInit { playListData: []; playFastMenu:[]; featuredListData:[]; + collectionsListdata:[]; + sharedListData:[]; paygroundData(){ @@ -60,6 +62,9 @@ export class PlaygroundPage implements OnInit { this.playFastMenu = this.playListTotalData.layer_menu; this.playListData = this.playListTotalData.result_list; this.featuredListData = this.playListTotalData.featured; + this.collectionsListdata = this.playListTotalData.collections; + this.sharedListData = this.playListTotalData.shared; + console.log("playListTotalData RETURN DATA->", this.playListData); } );