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=4672&classid=11&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: 1746154034, nonceStr: 'g5ekl1n6Zql0IzVJ', signature: '165451c481c28c3ba990c2d659e7cefcfb48827b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u6768\u6d66\u533a\u4e2d\u5fc3\u533b\u9662-\u4e3a\u5973\u6027\u63d0\u4f9b\u5168\u65b9\u4f4d\u3001\u5168\u751f\u547d\u5468\u671f\u5065\u5eb7\u7ba1\u7406","smalltext":"\u5973\u6027\u627f\u8f7d\u7684\u662f\u4eba\u7c7b\u7e41\u884d\u548c\u793e\u4f1a\u8fdb\u6b65\u7684\u91cd\u8981\u4f7f\u547d\uff0c\u662f\u5bb6\u5ead\u5e78\u798f\u3001\u793e\u4f1a\u548c\u8c10\u7684\u57fa\u7840\u3002\u300a"\u5065\u5eb7\u4e2d\u56fd2030"\u89c4\u5212\u7eb2\u8981\u300b\u4ee5\u666e\u53ca\u5065\u5eb7\u751f\u6d3b\u3001\u4f18\u5316\u5065\u5eb7\u670d\u52a1\u3001\u5b8c\u5584\u5065\u5eb7\u4fdd\u969c\u3001\u5efa\u8bbe\u5065\u5eb7\u73af\u5883\u4e3a\u91cd\u70b9\uff0c\u5168\u5468","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4672"}; 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 () { } }); }); }