From 532023f657cc0ea7d0e153a3f7254d56b2e1a73e Mon Sep 17 00:00:00 2001 From: luolei Date: Tue, 2 Sep 2014 22:57:59 +0800 Subject: [PATCH] =?UTF-8?q?25531=20=E8=BD=A6=E7=A5=A8=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E7=82=B9=E5=87=BB=E6=9C=80=E8=BF=91=E6=9F=A5?= =?UTF-8?q?=E6=89=BE=EF=BC=8C=E5=BC=B9toast=E2=80=9C=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mobile12306New/js/query.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Mobile12306New/js/query.js b/Mobile12306New/js/query.js index eac3a0b..9a9620e 100644 --- a/Mobile12306New/js/query.js +++ b/Mobile12306New/js/query.js @@ -101,6 +101,7 @@ var Query = { var key = $(this).attr('data-key'); if (!!key && !!Public.his.queryObjs[key]) { Query.newQuery(Public.his.queryObjs[key]); + Public.alert('切换成功'); } });