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=3761&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: 1745109366, nonceStr: 'V2kfBbDSUTyTGDmi', signature: '25844bb37d446141fc33a596ead541ec950b2492', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5eb7\u590d\u513f\u7ae5\u798f\u97f3\uff0c\u82cf\u5dde\u4e50\u56ed\u6302\u724c\u201c\u6b8b\u75be\u9884\u9632\u4e0e\u5065\u5eb7\u4fc3\u8fdb\u57fa\u5730\u201d","smalltext":"10\u670825\u65e5\u4e0a\u5348\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u5728\u8bad\u5eb7\u590d\u513f\u7ae5\u6e38\u5b66\u6d3b\u52a8\u66a8\u201c\u6b8b\u75be\u9884\u9632\u4e0e\u5065\u5eb7\u4fc3\u8fdb\u57fa\u5730\u201d\u6302\u724c\u4eea\u5f0f\u5728\u82cf\u5dde\u4e50\u56ed\u68ee\u6797\u4e16\u754c\u4e3e\u884c\uff0c\u6765\u81ea\u4e8e\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7b49\u5168\u533a\u533b\u7597\u536b\u751f\u673a\u678420\u7ec4\u5728\u8bad\u5eb7\u590d\u513f\u7ae5\u5bb6\u5ead\u53c2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3761"}; 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 () { } }); }); }