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=3406&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: 1714989170, nonceStr: 'x9EmAuba6o5ipYSb', signature: '34c669134176a39243371363a98ad249481c00b7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u5c0f\u5206\u961f\u4fa7\u8bb0","smalltext":"\u53c8\u81f3\u8292\u79cd\u3001\u590f\u81f3\u65f6\u8282\u30026\u670814\u65e5\uff08\u5468\u65e5\uff09\u4e0a\u5348\uff0c\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff08\u66a8\u4e50\u5c71\u5e02\u7b2c\u4e03\u4eba\u6c11\u533b\u9662\uff09\u5357\u4e01\u683c\u5c14\u5fd7\u613f\u62a4\u7406\u670d\u52a1\u5c0f\u5206\u961f\u7684\u961f\u5458\u4eec\u653e\u5f03\u4f11\u606f\uff0c\u4e00\u884c\u4e8c\u5341\u4eba\u6765\u5230\u4e50\u5c71\u5e02\u5939\u6c5f\u53bf\u7518\u6c5f\u9547\u5927\u77f3\u6865\u6751\uff0c\u4e3a\u6751","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3406"}; 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 () { } }); }); }