huaisianhuang 3 年 前
コミット
e45d40774c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      step_question/apis/static/controller.html

+ 2 - 2
step_question/apis/static/controller.html

@@ -25,12 +25,12 @@
    function onshow() {
     axios.get('http://q.ptt.cx/coffee/set/1').then(res => {
         console.log(res.data);
+        window.alert('已開啟咖啡券顯示!咖啡券將顯示於頁尾');
     });
    }
-
-   onshow();
    function offshow() {
     axios.get('http://q.ptt.cx/coffee/set/0').then(res => {
+        window.alert('關閉咖啡券顯示!');
         console.log(res.data);
     });
    }