fixed
This commit is contained in:
parent
29ce231c3b
commit
c49a917bf4
@ -41,18 +41,6 @@ var Query = {
|
|||||||
$('#query_form [name=filters]').val($('#filter_form').serialize());
|
$('#query_form [name=filters]').val($('#filter_form').serialize());
|
||||||
|
|
||||||
$('#query_form').on('submit', function() {
|
$('#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(),
|
var start = $('#startStationCode').val(),
|
||||||
end = $('#endStationCode').val();
|
end = $('#endStationCode').val();
|
||||||
|
Loading…
Reference in New Issue
Block a user