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=4280&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: 1744972236, nonceStr: 'hYngOMcRVJx8cXKO', signature: '26bd0be560da0ceec4b39c9cb10a9f8b700d67ec', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u201c\u5b88\u62a4\u5728\u7ebf\u201d\u7b51\u7262\u5c45\u6c11\u5065\u5eb7\u9632\u7ebf","smalltext":"\u4e3a\u5e2e\u52a9\u9ad8\u8840\u538b\u60a3\u8005\u66f4\u597d\u5730\u63a7\u5236\u8840\u538b\uff0c\u63d0\u9ad8\u81ea\u6211\u7ba1\u7406\u80fd\u529b\uff0c\u964d\u4f4e\u5fc3\u8840\u7ba1\u75be\u75c5\u98ce\u9669\u53d1\u751f\u3002\u8fd1\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u533b\u7597\u4fdd\u5065\u96c6\u56e2\u5f00\u5c55\u201c\u5b88\u62a4\u5728\u7ebf\u201d\u9ad8\u8840\u538b\u9662\u5916\u7ba1\u7406\u670d\u52a1\uff0c\u5411\u6021\u56ed\u8857\u9053\u3001\u9cb8\u56ed\u8857\u9053\u5c45\u6c11\u8d60\u9001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4280"}; 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 () { } }); }); }