暂时屏蔽助手。
This commit is contained in:
parent
62c1669534
commit
5c56e76157
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user