Jared 2 years ago
parent
commit
16444a5251
1 changed files with 3 additions and 184 deletions
  1. 3 184
      liff2/js/liff-functions.js

+ 3 - 184
liff2/js/liff-functions.js

@@ -64,191 +64,9 @@ function logout() {
 
 
 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"
-            }
-          ],
-          "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"
-            }
-          ],
-          "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
-          }
-        }
-      },
-      {
-        "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"
-            }
-          ],
-          "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
-          }
-        }
-      }
-    ]
-  };
-
-
   var flex = {
       "type": "flex",
-      "altText": 'title',
+      "altText": redistitle,
       "contents": redisdata,
     };
 
@@ -263,7 +81,8 @@ function shareTargetPicker() {
   axios
     .get(url)
     .then(({data}) => {
-      redisdata=data;
+      redisdata=data.data;
+      redistitle=data.title;
       console.log(data);
 
       liff