Jared 2 years ago
parent
commit
a6d73b9236
1 changed files with 99 additions and 148 deletions
  1. 99 148
      js/liff-functions.js

+ 99 - 148
js/liff-functions.js

@@ -65,158 +65,109 @@ function logout() {
 function shareTargetPicker() {
   liff
     .shareTargetPicker([
+      
       {
-        "type": "bubble",
-        "hero": {
-          "type": "image",
-          "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png",
-          "size": "full",
-          "aspectRatio": "20:13",
-          "aspectMode": "cover",
-          "action": {
-            "type": "uri",
-            "uri": "http://linecorp.com/"
-          }
-        },
-        "body": {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "text",
-              "text": "Brown Cafe",
-              "weight": "bold",
-              "size": "xl"
-            },
-            {
-              "type": "box",
-              "layout": "baseline",
-              "margin": "md",
-              "contents": [
-                {
-                  "type": "icon",
-                  "size": "sm",
-                  "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
-                },
-                {
-                  "type": "icon",
-                  "size": "sm",
-                  "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
-                },
-                {
-                  "type": "icon",
-                  "size": "sm",
-                  "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
-                },
-                {
-                  "type": "icon",
-                  "size": "sm",
-                  "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gold_star_28.png"
-                },
-                {
-                  "type": "icon",
-                  "size": "sm",
-                  "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/review_gray_star_28.png"
-                },
-                {
-                  "type": "text",
-                  "text": "4.0",
-                  "size": "sm",
-                  "color": "#999999",
-                  "margin": "md",
-                  "flex": 0
-                }
-              ]
-            },
-            {
-              "type": "box",
-              "layout": "vertical",
-              "margin": "lg",
-              "spacing": "sm",
-              "contents": [
-                {
-                  "type": "box",
-                  "layout": "baseline",
-                  "spacing": "sm",
-                  "contents": [
-                    {
-                      "type": "text",
-                      "text": "Place",
-                      "color": "#aaaaaa",
-                      "size": "sm",
-                      "flex": 1
-                    },
-                    {
-                      "type": "text",
-                      "text": "Miraina Tower, 4-1-6 Shinjuku, Tokyo",
-                      "wrap": true,
-                      "color": "#666666",
-                      "size": "sm",
-                      "flex": 5
-                    }
-                  ]
-                },
-                {
-                  "type": "box",
-                  "layout": "baseline",
-                  "spacing": "sm",
-                  "contents": [
-                    {
-                      "type": "text",
-                      "text": "Time",
-                      "color": "#aaaaaa",
-                      "size": "sm",
-                      "flex": 1
-                    },
-                    {
-                      "type": "text",
-                      "text": "10:00 - 23:00",
-                      "wrap": true,
-                      "color": "#666666",
-                      "size": "sm",
-                      "flex": 5
-                    }
-                  ]
-                }
-              ]
-            }
-          ]
-        },
-        "footer": {
-          "type": "box",
-          "layout": "vertical",
-          "spacing": "sm",
-          "contents": [
-            {
-              "type": "button",
-              "style": "link",
-              "height": "sm",
-              "action": {
-                "type": "uri",
-                "label": "CALL",
-                "uri": "https://linecorp.com"
-              }
-            },
-            {
-              "type": "button",
-              "style": "link",
-              "height": "sm",
-              "action": {
-                "type": "uri",
-                "label": "WEBSITE",
-                "uri": "https://linecorp.com"
+        "type": "flex",
+        "altText": "Flex Message",
+        "contents": {
+          "type": "bubble",
+          "body": {
+            "type": "box",
+            "layout": "vertical",
+            "spacing": "md",
+            "contents": [
+              {
+                "type": "text",
+                "text": "BROWN'S ADVENTURE",
+                "size": "xl",
+                "gravity": "center",
+                "weight": "bold",
+                "wrap": true
+              },
+              {
+                "type": "box",
+                "layout": "vertical",
+                "spacing": "sm",
+                "margin": "lg",
+                "contents": [
+                  {
+                    "type": "box",
+                    "layout": "baseline",
+                    "spacing": "sm",
+                    "contents": [
+                      {
+                        "type": "text",
+                        "text": "Date",
+                        "flex": 1,
+                        "size": "sm",
+                        "color": "#AAAAAA"
+                      },
+                      {
+                        "type": "text",
+                        "text": "Monday 25, 9:00PM",
+                        "flex": 4,
+                        "size": "sm",
+                        "color": "#666666",
+                        "wrap": true
+                      }
+                    ]
+                  },
+                  {
+                    "type": "box",
+                    "layout": "baseline",
+                    "spacing": "sm",
+                    "contents": [
+                      {
+                        "type": "text",
+                        "text": "Place",
+                        "flex": 1,
+                        "size": "sm",
+                        "color": "#AAAAAA"
+                      },
+                      {
+                        "type": "text",
+                        "text": "LINE Thailand",
+                        "flex": 4,
+                        "size": "sm",
+                        "color": "#666666",
+                        "wrap": true
+                      }
+                    ]
+                  },
+                  {
+                    "type": "box",
+                    "layout": "vertical",
+                    "margin": "xxl",
+                    "contents": [
+                      {
+                        "type": "spacer"
+                      },
+                      {
+                        "type": "image",
+                        "url": "https://scdn.line-apps.com/n/channel_devcenter/img/fx/linecorp_code_withborder.png",
+                        "size": "xl",
+                        "aspectMode": "cover"
+                      },
+                      {
+                        "type": "text",
+                        "text": "You can enter the theater by using this code instead of a ticket",
+                        "margin": "xxl",
+                        "size": "xs",
+                        "color": "#AAAAAA",
+                        "wrap": true
+                      }
+                    ]
+                  }
+                ]
               }
-            },
-            {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [],
-              "margin": "sm"
-            }
-          ],
-          "flex": 0
+            ]
+          }
         }
       }
+
+
+
+
     ])
     .then(() => {
       alert("Shared to the friend(s) you picked");