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=1336&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: 1747190149, nonceStr: 'yqbYWT3zukrbnjsw', signature: '863c4a36e16dcefb72ad7d33e69df9f62cdf15f3', 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\u4e2d\u5c71\u533b\u9662\uff1a\u4e13\u5bb6\u4e3a\u201c\u7cd6\u53cb\u201d\u91cf\u8eab\u5b9a\u5236\u5065\u5eb7\u64cd","smalltext":"\u516d\u5341\u591a\u5c81\u7684\u5b59\u5973\u58eb\u4e0e\u8001\u4f34\u662f\u4e00\u5bf9\u201c\u7cd6\u53cb\u201d\uff08\u7cd6\u5c3f\u75c5\u75c5\u53cb\uff09\uff0c\u65e9\u5c31\u77e5\u9053\u7cd6\u5c3f\u75c5\u8981\u201c\u7ba1\u4f4f\u5634\u8fc8\u5f00\u817f\u201d\uff0c\u6bcf\u5929\u5c3d\u529b\u505a\u5230\u5feb\u6b65\u8d70\u4e00\u4e07\u6b65\uff0c\u533b\u751f\u4e5f\u53cd\u590d\u5efa\u8bae\u8981\u52a0\u5f3a\u8fd0\u52a8\uff0c\u4f46\u6bcf\u5929\u53ea\u662f\u5feb\u8d70\u6709\u4e9b\u5355\u8c03\uff0c\u8001\u592b\u59bb\u4fe9\u601d\u5fd6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1336"}; 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 () { } }); }); }