function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=1547&classid=5&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1715494145, nonceStr: 'IZKOBXTE1IZEyQKU', signature: 'b7a006f702c15d492923d1f999cee9c44990c990', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u5b9d\u5b9d\u201c\u592a\u5fc3\u6025\u201d \u624b\u672f\u5a29\u51fa\u7528\u65f6\u4ec59\u520640\u79d2","smalltext":"31\u5c81\u7684\u5434\u5973\u58eb\u662f\u4e00\u540d\u4e8c\u80ce\u5988\u5988\uff0c12\u670819\u65e5\u5728\u5bb6\u4e2d\u53d1\u73b0\u7f8a\u6c34\u7834\u88c2\u968f\u5373\u4f4f\u8fdb\u4e86\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\u3002\u539f\u672c\u4ee5\u4e3a\u4f1a\u50cf\u751f\u7b2c\u4e00\u80ce\u4e00\u6837\u8fdb\u884c\u81ea\u7136\u5206\u5a29\uff0c\u53ef\u8c01\u6599\u5230\u80ce\u513f\u7adf\u5728\u5bab\u5185\u7a81\u53d1\u91cd\u5ea6\u7f3a\u6c27\u75c7\u72b6\uff0c\u7531","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1547"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }