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=5537&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: 1716101121, nonceStr: '6bb3XRslQfGwVkPF', signature: '0d1a7c983c5a8ce95756f6ef99dc67ac9bd63d2b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u201c\u4e09\u9001\u4e00\u5f00\u201d\u521b\u6ee1\u610f\uff0c\u6297\u75ab\u7231\u5fc3\u6709\u6e29\u5ea6","smalltext":"\u201c\u9632\u75ab\u6709\u6e29\u5ea6\uff0c\u7231\u5fc3\u4e0d\u9694\u79bb\u201d\u3002\u4e3a\u79d1\u5b66\u5e94\u5bf9\u5f53\u524d\u75ab\u60c5\u9632\u63a7\u65b0\u5f62\u52bf\uff0c\u4fdd\u969c\u65b0\u51a0\u91cd\u70b9\u4eba\u7fa4\u7684\u8eab\u4f53\u5065\u5eb7\uff0c\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u79ef\u6781\u843d\u5b9e\u829d\u7f58\u533a\u536b\u5065\u5c40\u5173\u4e8e\u505a\u597d\u4e09\u7ea7\u5065\u5eb7\u670d\u52a1\u7ba1\u7406\u7ea2\u9ec4\u5de1\u8bca\u66a8\u201c\u4e09","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5537"}; 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 () { } }); }); }