diff --git a/Mobile12306New/js/js.min.js b/Mobile12306New/js/js.min.js
index 9942134..b53b11d 100644
--- a/Mobile12306New/js/js.min.js
+++ b/Mobile12306New/js/js.min.js
@@ -29,8 +29,8 @@ d.left}}},offsetParent:function(){return this.map(function(){for(var a=this.offs
(function(a){function b(b,c,d,e){if(b.global)return b=c||u,d=a.Event(d),a(b).trigger(d,e),!d.isDefaultPrevented()}function c(c){c.global&&0===a.active++&&b(c,null,"ajaxStart")}function d(a,c){var d=c.context;if(!1===c.beforeSend.call(d,a,c)||!1===b(c,d,"ajaxBeforeSend",[a,c]))return!1;b(c,d,"ajaxSend",[a,c])}function e(a,c,d,e){var f=d.context;d.success.call(f,a,"success",c);e&&e.resolveWith(f,[a,"success",c]);b(d,f,"ajaxSuccess",[c,d,a]);g("success",c,d)}function f(a,c,d,e,f){var h=e.context;e.error.call(h,
d,c,a);f&&f.rejectWith(h,[d,c,a]);b(e,h,"ajaxError",[d,e,a||c]);g(c,d,e)}function g(c,d,e){var f=e.context;e.complete.call(f,d,c);b(e,f,"ajaxComplete",[d,e]);e.global&&!--a.active&&b(e,null,"ajaxStop")}function n(){}function l(a){a&&(a=a.split(";",2)[0]);return a&&(a==v?"html":a==D?"json":w.test(a)?"script":h.test(a)&&"xml")||"text"}function p(a,b){return""==b?a:(a+"&"+b).replace(/[&?]{1,2}/,"?")}function A(b){b.processData&&(b.data&&"string"!=a.type(b.data))&&(b.data=a.param(b.data,b.traditional));
if(b.data&&(!b.type||"GET"==b.type.toUpperCase()))b.url=p(b.url,b.data),b.data=void 0}function k(b,c,d,e){a.isFunction(c)&&(e=d,d=c,c=void 0);a.isFunction(d)||(e=d,d=void 0);return{url:b,data:c,success:d,dataType:e}}function y(b,c,d,e){var f,g=a.isArray(c),h=a.isPlainObject(c);a.each(c,function(c,m){f=a.type(m);e&&(c=d?e:e+"["+(h||"object"==f||"array"==f?c:"")+"]");!e&&g?b.add(m.name,m.value):"array"==f||!d&&"object"==f?y(b,m,d,c):b.add(c,m)})}var m=0,u=window.document,q,B,s=/
diff --git a/Mobile12306New/remind.html b/Mobile12306New/remind.html
index c29ac63..a168824 100644
--- a/Mobile12306New/remind.html
+++ b/Mobile12306New/remind.html
@@ -43,12 +43,12 @@
选择类型
-
+
diff --git a/Mobile12306New/route.html b/Mobile12306New/route.html
index 1ec7ab3..68bd4b5 100644
--- a/Mobile12306New/route.html
+++ b/Mobile12306New/route.html
@@ -39,13 +39,13 @@
}
}
s = arr.join('&');
- s = s == ''?s : '?'+s;
+ s = s == ''? s : '?'+s;
switch(url_parms.c){
case 'login':
window.location.href = 'http://app.fishlee.net/12306/login.html'+s;
break;
case 'query':
- window.location.href = 'http://app.fishlee.net/12306/query.html?'+s;
+ window.location.href = 'http://app.fishlee.net/12306/index.html'+s;
break;
case 'order':
window.location.href = 'http://app.fishlee.net/12306/order_list.html'+s;
@@ -57,7 +57,10 @@
window.location.href = 'http://app.fishlee.net/12306/myremind.html'+s;
break;
default:
- window.location.href = 'http://app.fishlee.net/12306/query.html'+s;
+ if(s == ''){
+ s = '?';
+ }
+ window.location.href = 'http://app.fishlee.net/12306/index.html'+s+'&cond=login';
}
diff --git a/Mobile12306New/run_query.html b/Mobile12306New/run_query.html
index 2a36447..d52afde 100644
--- a/Mobile12306New/run_query.html
+++ b/Mobile12306New/run_query.html
@@ -5,7 +5,6 @@