Quellcode durchsuchen

add complete pages,terms

huaisianhuang vor 3 Jahren
Ursprung
Commit
fa12c39ac4

+ 3 - 2
step_question/apis/static/index_complete_line.html

@@ -22,16 +22,17 @@
         </div> -->
       </nav>
       <main>
+        <!-- Line 前一百名 -->
       <div class="">
         <div class="thankyou">
             <h3>再次感謝您的協助填寫</h3>
             <img src="images/checked.png" alt="" class="mb-2">
-            <p>咖啡兌換卷快到手囉!點選【離開】後,我們將提供一組【專屬連結】進入兌換頁面。</p>
+            <p>咖啡兌換卷及五萬元裝修折抵卷快到手囉!點選【離開】後,我們將提供一組【專屬連結】進入兌換頁面。</p>
             <button class="btn-exit">離開</button>
         </div>
         </div>
     </main>
     <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
-
+    <script src="./script.js"></script>
   </body>
 </html>

+ 38 - 0
step_question/apis/static/index_complete_line_after.html

@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>幸福空間 - 問卷調查</title>
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
+    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
+    crossorigin="anonymous">
+    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
+    <link rel="stylesheet" href="./style.css">
+</head>
+<body>
+    <nav class="navbar navbar-expand-lg sticky-top p-0">
+        <div class="container d-flex flex-column img_banner">
+        <!--<a class="navbar-brand" href="#">Navbar</a> -->
+          <!-- <div class="title__block">
+            <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
+            <span class="sub-logo mb-0">裝修市調</span>
+          </div>
+          <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>
+        </div> -->
+      </nav>
+      <main>
+        <!-- Line 一百名後 -->
+      <div class="">
+        <div class="thankyou">
+            <h3>再次感謝您的協助填寫</h3>
+            <img src="images/checked.png" alt="" class="mb-2">
+            <p>當你點選【離開】後,我們會將5萬元裝修折抵卷以LINE訊息發送,還請您留意喔。</p>
+            <button class="btn-exit">離開</button>
+        </div>
+        </div>
+    </main>
+    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
+    <script src="./script.js"></script>
+  </body>
+</html>

+ 2 - 1
step_question/apis/static/index_complete_msg.html

@@ -22,6 +22,7 @@
       </div> -->
     </nav>
       <main>
+        <!-- 簡訊 -->
       <div class="">
         <div class="thankyou">
             <h3>再次感謝您的協助填寫</h3>
@@ -32,6 +33,6 @@
         </div>
     </main>
     <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
-
+    <script src="./script.js"></script>
   </body>
 </html>

+ 5 - 3
step_question/apis/static/script.js

@@ -109,12 +109,14 @@ $("input[name=submit]").click(function(){
 	}
 });
 
+// 依據管道導頁
 function showThankyou() {
-	document.location = '/a1/index_complete.html';
+	document.location = '/a1/index_complete_line.html';
 }
-
+// 跳離頁面
 $('.btn-exit').click(function() {
-	document.location = 'https://hhh.com.tw/'
+	// document.location = 'https://hhh.com.tw/';
+	// window.close('','_parent','');
 })
 
 function show_input_text(checkbox_id, input_id) {

+ 1 - 0
step_question/apis/static/style.css

@@ -279,6 +279,7 @@ select {
 
 .term-link a {
 	text-decoration: none;
+	color: black;
 }
 
 .h2 {