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=4622&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: 1746210006, nonceStr: 'yNXbVLEM6nVqfzyx', signature: '40ca7761dcc02b6cd869bee625a0868499525dfd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u533b\u62a4\u4eba\u5458\u9876\u9ad8\u6e29\u6838\u9178\u91c7\u6837\uff0c\u5c45\u6c11\uff1a\u6fc0\u52a8\u3001\u5fc3\u52a8\u3001\u611f\u52a8\uff01","smalltext":" \u201c\u2018\u5c0f\u533a\u5e02\u6c11\u7684\u5e73\u5b89\u5065\u5eb7\u662f\u6211\u6700\u5927\u7684\u5fc3\u613f\u3002\u2019\u5979\u8bf4\uff0c\u8fd9\u5c31\u662f\u4e00\u4e2a90\u540e\u51fa\u751f\u7684\u62a4\u58eb\uff0c\u4e00\u53e5\u6700\u6734\u5b9e\u7684\u8bed\u8a00\u3002\u6211\u542c\u5230\u771f\u4f7f\u4eba\u6fc0\u52a8\u3001\u5fc3\u52a8\u3001\u611f\u52a8\u3002\u201d8\u67085\u65e5\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u5fc3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4622"}; 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 () { } }); }); }