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=2350&classid=10&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: 1744328523, nonceStr: 'leB5n7np2yU9TWDb', signature: 'f01d3cb177d0833de53b1c4729f121de479ac351', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9633\u5149\u878d\u548c\u533b\u9662\uff1a\u505a\u62a4\u4f51\u5065\u5eb7\u4e0e\u751f\u547d\u7684\u5929\u4f7f","smalltext":"\u81ea2016\u5e74\u4ee5\u6765\uff0c\u9633\u5149\u878d\u548c\u533b\u9662\u5728\u5e02\u59d4\u5e02\u653f\u5e9c\u6b63\u786e\u9886\u5bfc\u548c\u5e02\u6587\u660e\u529e\u7684\u6307\u5bfc\u4e0b\uff0c\u6309\u7167\u7701\u7ea7\u6587\u660e\u5355\u4f4d\u7684\u6807\u51c6\u548c\u5168\u56fd\u6587\u660e\u5355\u4f4d\u521b\u5efa\u89c4\u5212\uff0c\u6301\u7eed\u6df1\u5165\u624e\u5b9e\u5f00\u5c55\u6587\u660e\u5355\u4f4d\u521b\u5efa\u5de5\u4f5c\uff0c\u6709\u6548\u5730\u4fc3\u8fdb\u4e86\u7cbe\u795e\u6587\u660e\u5efa","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2350"}; 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 () { } }); }); }