From 5c56e76157b5fe1b367de9efaaacd4007d86e46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E9=B1=BC=28iFish=29?= Date: Mon, 16 Mar 2015 02:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=B1=8F=E8=94=BD=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web12306/js/ui/index.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Web12306/js/ui/index.js b/Web12306/js/ui/index.js index 619439b..992d37a 100644 --- a/Web12306/js/ui/index.js +++ b/Web12306/js/ui/index.js @@ -306,6 +306,23 @@ //服务器加速 require("./ui-dnsspeeding.js"); + + //暂时屏蔽 + $.showModalDialog("由于12306的验证码调整,请暂时使用官网购票。助手会回来的,感谢您的关注。这是12306的进步,请为12306点赞 :-)", { + image: "/images/cat.png", + buttons: [ + { + text: "访问12306官网", + type: "primary", + callback: function () { + window.open("https://kyfw.12306.cn/otn/leftTicket/init"); + return false; + } + } + ], + closeOnAction: false + }); + //自动查询 var lastAutoQueryKey;