25531 车票查询页,点击最近查找,弹toast“切换成功
This commit is contained in:
parent
365b12d330
commit
532023f657
@ -101,6 +101,7 @@ var Query = {
|
|||||||
var key = $(this).attr('data-key');
|
var key = $(this).attr('data-key');
|
||||||
if (!!key && !!Public.his.queryObjs[key]) {
|
if (!!key && !!Public.his.queryObjs[key]) {
|
||||||
Query.newQuery(Public.his.queryObjs[key]);
|
Query.newQuery(Public.his.queryObjs[key]);
|
||||||
|
Public.alert('切换成功');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user