Jared 2 年之前
父節點
當前提交
406a447372
共有 1 個文件被更改,包括 253 次插入237 次删除
  1. 253 237
      js/liff-functions.js

+ 253 - 237
js/liff-functions.js

@@ -62,252 +62,268 @@ function logout() {
   }
 }
 
-function shareTargetPicker() {
-  liff
-    .shareTargetPicker([
-      
-      {
-        "type": "carousel",
-        "contents": [
-          {
-            "type": "bubble",
-            "size": "nano",
-            "header": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "text",
-                  "text": "In Progress",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "md",
-                  "gravity": "center"
-                },
-                {
-                  "type": "text",
-                  "text": "70%",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "xs",
-                  "gravity": "center",
-                  "margin": "lg"
-                },
-                {
-                  "type": "box",
-                  "layout": "vertical",
-                  "contents": [
-                    {
-                      "type": "box",
-                      "layout": "vertical",
-                      "contents": [
-                        {
-                          "type": "filler"
-                        }
-                      ],
-                      "width": "70%",
-                      "backgroundColor": "#0D8186",
-                      "height": "6px"
-                    }
-                  ],
-                  "backgroundColor": "#9FD8E36E",
-                  "height": "6px",
-                  "margin": "sm"
-                }
-              ],
-              "backgroundColor": "#27ACB2",
-              "paddingTop": "19px",
-              "paddingAll": "12px",
-              "paddingBottom": "16px"
-            },
-            "body": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "box",
-                  "layout": "horizontal",
-                  "contents": [
-                    {
-                      "type": "text",
-                      "text": "Buy milk and lettuce before class",
-                      "color": "#8C8C8C",
-                      "size": "sm",
-                      "wrap": true
-                    }
-                  ],
-                  "flex": 1
-                }
-              ],
-              "spacing": "md",
-              "paddingAll": "12px"
-            },
-            "styles": {
-              "footer": {
-                "separator": false
+
+function createFlexMessageData() {
+  var myFlexContent = {
+      "type": "carousel",
+      "contents": [
+        {
+          "type": "bubble",
+          "size": "nano",
+          "header": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "text",
+                "text": "In Progress",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "md",
+                "gravity": "center"
+              },
+              {
+                "type": "text",
+                "text": "70%",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "xs",
+                "gravity": "center",
+                "margin": "lg"
+              },
+              {
+                "type": "box",
+                "layout": "vertical",
+                "contents": [
+                  {
+                    "type": "box",
+                    "layout": "vertical",
+                    "contents": [
+                      {
+                        "type": "filler"
+                      }
+                    ],
+                    "width": "70%",
+                    "backgroundColor": "#0D8186",
+                    "height": "6px"
+                  }
+                ],
+                "backgroundColor": "#9FD8E36E",
+                "height": "6px",
+                "margin": "sm"
+              }
+            ],
+            "backgroundColor": "#27ACB2",
+            "paddingTop": "19px",
+            "paddingAll": "12px",
+            "paddingBottom": "16px"
+          },
+          "body": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "box",
+                "layout": "horizontal",
+                "contents": [
+                  {
+                    "type": "text",
+                    "text": "Buy milk and lettuce before class",
+                    "color": "#8C8C8C",
+                    "size": "sm",
+                    "wrap": true
+                  }
+                ],
+                "flex": 1
               }
+            ],
+            "spacing": "md",
+            "paddingAll": "12px"
+          },
+          "styles": {
+            "footer": {
+              "separator": false
             }
+          }
+        },
+        {
+          "type": "bubble",
+          "size": "nano",
+          "header": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "text",
+                "text": "Pending",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "md",
+                "gravity": "center"
+              },
+              {
+                "type": "text",
+                "text": "30%",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "xs",
+                "gravity": "center",
+                "margin": "lg"
+              },
+              {
+                "type": "box",
+                "layout": "vertical",
+                "contents": [
+                  {
+                    "type": "box",
+                    "layout": "vertical",
+                    "contents": [
+                      {
+                        "type": "filler"
+                      }
+                    ],
+                    "width": "30%",
+                    "backgroundColor": "#DE5658",
+                    "height": "6px"
+                  }
+                ],
+                "backgroundColor": "#FAD2A76E",
+                "height": "6px",
+                "margin": "sm"
+              }
+            ],
+            "backgroundColor": "#FF6B6E",
+            "paddingTop": "19px",
+            "paddingAll": "12px",
+            "paddingBottom": "16px"
           },
-          {
-            "type": "bubble",
-            "size": "nano",
-            "header": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "text",
-                  "text": "Pending",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "md",
-                  "gravity": "center"
-                },
-                {
-                  "type": "text",
-                  "text": "30%",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "xs",
-                  "gravity": "center",
-                  "margin": "lg"
-                },
-                {
-                  "type": "box",
-                  "layout": "vertical",
-                  "contents": [
-                    {
-                      "type": "box",
-                      "layout": "vertical",
-                      "contents": [
-                        {
-                          "type": "filler"
-                        }
-                      ],
-                      "width": "30%",
-                      "backgroundColor": "#DE5658",
-                      "height": "6px"
-                    }
-                  ],
-                  "backgroundColor": "#FAD2A76E",
-                  "height": "6px",
-                  "margin": "sm"
-                }
-              ],
-              "backgroundColor": "#FF6B6E",
-              "paddingTop": "19px",
-              "paddingAll": "12px",
-              "paddingBottom": "16px"
-            },
-            "body": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "box",
-                  "layout": "horizontal",
-                  "contents": [
-                    {
-                      "type": "text",
-                      "text": "Wash my car",
-                      "color": "#8C8C8C",
-                      "size": "sm",
-                      "wrap": true
-                    }
-                  ],
-                  "flex": 1
-                }
-              ],
-              "spacing": "md",
-              "paddingAll": "12px"
-            },
-            "styles": {
-              "footer": {
-                "separator": false
+          "body": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "box",
+                "layout": "horizontal",
+                "contents": [
+                  {
+                    "type": "text",
+                    "text": "Wash my car",
+                    "color": "#8C8C8C",
+                    "size": "sm",
+                    "wrap": true
+                  }
+                ],
+                "flex": 1
               }
+            ],
+            "spacing": "md",
+            "paddingAll": "12px"
+          },
+          "styles": {
+            "footer": {
+              "separator": false
             }
+          }
+        },
+        {
+          "type": "bubble",
+          "size": "nano",
+          "header": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "text",
+                "text": "In Progress",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "md",
+                "gravity": "center"
+              },
+              {
+                "type": "text",
+                "text": "100%",
+                "color": "#ffffff",
+                "align": "start",
+                "size": "xs",
+                "gravity": "center",
+                "margin": "lg"
+              },
+              {
+                "type": "box",
+                "layout": "vertical",
+                "contents": [
+                  {
+                    "type": "box",
+                    "layout": "vertical",
+                    "contents": [
+                      {
+                        "type": "filler"
+                      }
+                    ],
+                    "width": "100%",
+                    "backgroundColor": "#7D51E4",
+                    "height": "6px"
+                  }
+                ],
+                "backgroundColor": "#9FD8E36E",
+                "height": "6px",
+                "margin": "sm"
+              }
+            ],
+            "backgroundColor": "#A17DF5",
+            "paddingTop": "19px",
+            "paddingAll": "12px",
+            "paddingBottom": "16px"
           },
-          {
-            "type": "bubble",
-            "size": "nano",
-            "header": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "text",
-                  "text": "In Progress",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "md",
-                  "gravity": "center"
-                },
-                {
-                  "type": "text",
-                  "text": "100%",
-                  "color": "#ffffff",
-                  "align": "start",
-                  "size": "xs",
-                  "gravity": "center",
-                  "margin": "lg"
-                },
-                {
-                  "type": "box",
-                  "layout": "vertical",
-                  "contents": [
-                    {
-                      "type": "box",
-                      "layout": "vertical",
-                      "contents": [
-                        {
-                          "type": "filler"
-                        }
-                      ],
-                      "width": "100%",
-                      "backgroundColor": "#7D51E4",
-                      "height": "6px"
-                    }
-                  ],
-                  "backgroundColor": "#9FD8E36E",
-                  "height": "6px",
-                  "margin": "sm"
-                }
-              ],
-              "backgroundColor": "#A17DF5",
-              "paddingTop": "19px",
-              "paddingAll": "12px",
-              "paddingBottom": "16px"
-            },
-            "body": {
-              "type": "box",
-              "layout": "vertical",
-              "contents": [
-                {
-                  "type": "box",
-                  "layout": "horizontal",
-                  "contents": [
-                    {
-                      "type": "text",
-                      "text": "Buy milk and lettuce before class",
-                      "color": "#8C8C8C",
-                      "size": "sm",
-                      "wrap": true
-                    }
-                  ],
-                  "flex": 1
-                }
-              ],
-              "spacing": "md",
-              "paddingAll": "12px"
-            },
-            "styles": {
-              "footer": {
-                "separator": false
+          "body": {
+            "type": "box",
+            "layout": "vertical",
+            "contents": [
+              {
+                "type": "box",
+                "layout": "horizontal",
+                "contents": [
+                  {
+                    "type": "text",
+                    "text": "Buy milk and lettuce before class",
+                    "color": "#8C8C8C",
+                    "size": "sm",
+                    "wrap": true
+                  }
+                ],
+                "flex": 1
               }
+            ],
+            "spacing": "md",
+            "paddingAll": "12px"
+          },
+          "styles": {
+            "footer": {
+              "separator": false
             }
           }
-        ]
-      }
+        }
+      ]
+
+  };
+
+  var flex = {
+      "type": "flex",
+      "altText": _title,
+      "contents": myFlexContent,
+    };
+
+  return flex;
+}
+
+function shareTargetPicker() {
+  var xx=createFlexMessageData() ;
+  liff
+    .shareTargetPicker([
+      
+
+      xx
 
     ])
     .then(() => {