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=2441&classid=12&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: 1746164371, nonceStr: 'AvR6ZUKBv0zXZf38', signature: '134a4eab3db2d18dba7f526834941ec8ac5b408e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6d4f\u9633\u5e02\u4e2d\u533b\u533b\u9662\u5f6d\u5b87\uff1a\u65b0\u65f6\u4ee3\uff0c\u65b0\u4f5c\u4e3a","smalltext":"\u65b0\u65f6\u4ee3\uff0c\u65b0\u4f5c\u4e3a\u3002\u6d4f\u9633\u5e02\u4e2d\u533b\u533b\u9662\u5ba3\u4f20\u79d1\u4e3b\u4efb\u5f6d\u5b87\u540c\u5fd7\u5c31\u662f\u4e00\u4e2a\u52e4\u4e8e\u601d\u8003\uff0c\u52c7\u4e8e\u521b\u65b0\u7684\u4eba\u3002\u5de5\u4f5c\u5341\u56db\u5e74\uff0c\u4ed6\u4e0d\u5fd8\u521d\u5fc3\uff0c\u59cb\u7ec8\u5c06\u5ba3\u4f20\u63a8\u5e7f\u4e2d\u533b\u6587\u5316\u3001\u533b\u9662\u4eba\u6587\u54c1\u724c\u89c6\u4e3a\u5df1\u4efb\uff0c\u4e0d\u65ad\u63a8\u9648\u51fa\u65b0\uff0c\u521b\u65b0\u8f7d\u4f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2441"}; 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 () { } }); }); }