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=474&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: 1746209365, nonceStr: 'FKe2VHcj1cGE6HjT', signature: 'd45e5b76a736bacff9681c843f85396cf1ca0274', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u9996\u6279\u63f4\u52c9\u53bf\u533b\u7597\u961f\u8d74\u9655\u5f00\u5c55\u5de5\u4f5c","smalltext":" 5\u670822\u65e5\uff0c\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u9996\u6279\u63f4\u52c9\u53bf\u533b\u7597\u961f\u8fdc\u8d74\u9655\u897f\u5f00\u5c55\u5bf9\u53e3\u652f\u63f4\u5de5\u4f5c\u300223\u65e5\u4e0a\u5348\uff0c\u626c\u5927\u9644\u9662\u4e0e\u52c9\u53bf\u533b\u9662\u8fdb\u884c\u4e86\u5bf9\u53e3\u652f\u63f4\u7b7e\u7ea6\u4eea\u5f0f\u3002\u626c\u5927\u9644\u9662\u515a\u59d4\u4e66\u8bb0\u738b\u709c\u3001\u52c9\u53bf\u53bf\u59d4\u5ba3\u4f20\u90e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=474"}; 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 () { } }); }); }