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=4306&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: 1744969229, nonceStr: 'kb8oudEvr9ZutI9c', signature: 'b8557a86a5b553d0eb649359ef0e5e0cd30344d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\uff1a\u751f\u6b7b\u65f6\u901f\uff0c\u4e13\u5bb6\u56e2\u961f\u8054\u5408\u62a2\u6551\u5927\u54af\u8840\u60a3\u8005","smalltext":"5\u67088\u65e5\u4e0a\u5348\uff0c\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\u4ecb\u5165\u624b\u672f\u5ba4\u5185\u5145\u6ee1\u4e86\u7d27\u5f20\u7684\u6c14\u6c1b\uff0c\u8eab\u60a3\u591a\u79cd\u75be\u75c5\u7684\u90b9\u6c38\u6210\uff08\u5316\u540d\uff09\u4e8e\u5f53\u5929\u51cc\u6668\u7a81\u53d1\u5927\u54af\u8840\uff0c\u54af\u8840\u91cf\u57283\u5206\u949f\u5185\u8fbe\u5230700\u6beb\u5347\uff0c\u5728\u7ecf\u8fc7\u533b\u9662\u591a\u79d1\u5ba4\u4e13\u5bb6\u56e2\u961f\u7684\u8054\u5408\u62a2\u6551\u540e\uff0c\u60a3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4306"}; 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 () { } }); }); }