浏览代码

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/hhh_step_question into master

Your Name 3 年之前
父节点
当前提交
00e8f5e0d0

二进制
step_question/.DS_Store


+ 3 - 3
step_question/apis/static/index-line.html

@@ -19,7 +19,7 @@
 
     <form action="/step_questions/line-submit" method="post" id="msform">
       <div class="notice_card">
-        您好我們是幸福空間,想要進行裝修市場調查,只要填寫完成就送您五萬元裝修折抵券!為確保兌換權益,請務必填寫真實資訊,感謝您的配合。
+        您好:<br>我們是幸福空間,想要進行裝修市場調查,只要填寫完成就送您五萬元裝修折抵券!為確保兌換權益,請務必填寫真實資訊,感謝您的配合。
       </div>
       <ul id="progressbar" class="p-0">
         <li class="active">基本資料</li>
@@ -43,10 +43,10 @@
       <fieldset>
         <h2 class="fs-title">建案資料</h2>
         <h3 class="fs-subtitle">步驟 2</h3>
-        <label class="fs-label"><i class="fas fa-chevron-right"></i>請問您最近關注哪一個建案或社區?</label>
+        <label class="fs-label"><i class="fas fa-chevron-right"></i>請問您現在所在建案名稱?</label>
         <input type="text" name='q4' value="" placeholder="建案名" class="mb" />
 
-        <label class="fs-label"><i class="fas fa-chevron-right"></i>建案或社區類型</label>
+        <label class="fs-label"><i class="fas fa-chevron-right"></i>建案類型</label>
         <div class="fs-label">
           <input type="radio" class="check_button" value="預售屋" name="q5" id="pre-sold" />
           <label for="pre-sold" class="fs-label-type">預售屋</label>

+ 1 - 1
step_question/apis/static/script.js

@@ -112,7 +112,7 @@ $("input[name=submit]").click(function(){
 // 依據管道導頁
 function showThankyou() {
 	axios.get('http://q.ptt.cx/coffee').then(res => {
-		if(res.data.coffee === "1") {
+		if(res.data.coffee == 1) {
 			document.location = '/a1/index_complete_line.html';
 		} else {
 			document.location = '/a1/index_complete_line_after.html';

+ 29 - 0
step_question/apis/static/warn.html

@@ -0,0 +1,29 @@
+<!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">
+      </nav>
+      <main>
+        <!-- Line 前一百名 -->
+      <div class="">
+        <div class="thankyou">
+            <h3>您已經領過囉,一人限兌換一次喔!</h3>
+            <a href="http://www.hhh.com.tw"><button class="btn-exit">離開</button></a>
+        </div>
+        </div>
+    </main>
+    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
+  <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
+  </body>
+</html>