|
@@ -57,7 +57,7 @@ function searchInfo(){
|
|
|
}
|
|
}
|
|
|
function openwin(that){
|
|
function openwin(that){
|
|
|
var h = $(that).data('h');
|
|
var h = $(that).data('h');
|
|
|
- var t = $(this).data("t");
|
|
|
|
|
|
|
+ var t = $(that).data("t");
|
|
|
window.parent.window2(t,h);
|
|
window.parent.window2(t,h);
|
|
|
$('.fh').click();
|
|
$('.fh').click();
|
|
|
|
|
|