From c49a917bf49658ca645c65daca5f4ea26fff3fe3 Mon Sep 17 00:00:00 2001 From: jiangchunyuan Date: Fri, 5 Sep 2014 14:49:21 +0800 Subject: [PATCH] fixed --- Mobile12306New/js/query.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Mobile12306New/js/query.js b/Mobile12306New/js/query.js index ceb43d8..67815ad 100644 --- a/Mobile12306New/js/query.js +++ b/Mobile12306New/js/query.js @@ -41,18 +41,6 @@ var Query = { $('#query_form [name=filters]').val($('#filter_form').serialize()); $('#query_form').on('submit', function() { - - - var fixedUrl = Public.getQueryData(window.location.search); - - if(fixedUrl.c != 'query'){ - Public.checkLogin(null, function(){ - Public.alert('还未登录,请登陆后查询', function() { - location.href = 'login.html?t=submitorder'; - }); - return false; - }, null); - } var start = $('#startStationCode').val(), end = $('#endStationCode').val();