@@ -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('關閉咖啡券顯示!');