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=4696&classid=12&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: 1746165849, nonceStr: 'HUB79bPNXMf1f28q', signature: '240c0a93a4fdbfb74cffb6e51d78ccb453cd957c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662-\u5fd7\u613f\u8005\u548c\u793e\u4f1a\u5de5\u4f5c\u90e8\u8d1f\u8d23\u4eba\u90b9\u9759\u6000","smalltext":"2011\u5e74\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u6210\u7acb\u201c\u7eff\u53f6\u5fd7\u613f\u670d\u52a1\u961f\u201d\uff0c2012\u5e74\u6210\u4e3a\u4e0a\u6d77\u5e02\u5fd7\u613f\u670d\u52a1\u57fa\u5730\uff0c\u540c\u5e74\u6b63\u5f0f\u6210\u7acb\u201c\u5fd7\u613f\u8005\u548c\u793e\u4f1a\u5de5\u4f5c\u90e8\u201d\uff0c\u533b\u9662\u793e\u5de5\u548c\u5fd7\u613f\u5de5\u4f5c\u6162\u6162\u8d70\u4e0a\u6b63\u8f68\u3001\u89c4\u6a21\u4e0d\u65ad\u6269\u5927\u30022017","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4696"}; 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 () { } }); }); }