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=3595&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: 1715042812, nonceStr: 'q6SEX21xIdPygRny', signature: 'a249985c4c3bf53cf0c5ca8dff434059ec6a4ef4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5f00\u5c55\u5e94\u6025\u6f14\u7ec3 \u4fdd\u969c\u6bcd\u5a74\u5b89\u5168","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u5f3a\u5316\u9632\u63a7\u610f\u8bc6\uff0c\u63d0\u9ad8\u533b\u52a1\u4eba\u5458\u9762\u5bf9\u75ab\u60c5\u7684\u5e94\u6025\u5904\u7406\u80fd\u529b\uff0c\u89c4\u8303\u5904\u7f6e\u6d41\u7a0b\uff0c\u4fdd\u969c\u6bcd\u5a74\u5b89\u5168\uff0c\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u7ec4\u7ec7\u591a\u90e8\u95e8\u8054\u5408\u5f00\u5c55\u4e86\u4e00\u573a\u65b0\u51a0\u80ba\u708e\u7591\u4f3c\u5b55\u5987\u7d27\u6025\u5206\u5a29\u5e94\u6025\u6f14\u7ec3\u3002\u6f14\u7ec3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3595"}; 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 () { } }); }); }