|
|
@@ -1908,12 +1908,14 @@ $('#know').on('click',function(){
|
|
1908
|
1908
|
console.log(data_id);
|
|
1909
|
1909
|
Read(data_id,event);
|
|
1910
|
1910
|
$('.tan_ping').css('display','none');
|
|
|
1911
|
+ getnew();
|
|
1911
|
1912
|
})
|
|
1912
|
1913
|
//跳转索要列表
|
|
1913
|
1914
|
$('#chuli').on('click',function(){
|
|
1914
|
1915
|
var data_id=$('.top_notices_con1').attr('data_id');
|
|
1915
|
1916
|
Read(data_id,event);
|
|
1916
|
1917
|
$('.tan_ping').css('display','none');
|
|
|
1918
|
+ getnew();
|
|
1917
|
1919
|
$("iframe:visible")[0].src = "zhiShiKu/askRecords1.html";
|
|
1918
|
1920
|
})
|
|
1919
|
1921
|
function Read(signid, e) {
|