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=1511&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: 1747190788, nonceStr: 'JAiqqONRyQyw1I8s', signature: 'ae60ae79b7fe9d84396d846980125630c3c87bb8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u573a\u7231\u5fc3\u63a5\u529b\u6d3b\u52a8\u5728\u8fd9\u91cc\u8fdb\u884c\u2026\u2026","smalltext":"12\u670814\u65e5\u4e0a\u5348\uff0c\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u5b89\u5b81\u7597\u62a4\u75c5\u623f\u7684\u8d70\u5eca\u5185\uff0c\u4eba\u7fa4\u7edc\u7ece\u4e0d\u7edd\uff0c\u4e00\u573a\u7231\u5fc3\u63a5\u529b\u6d3b\u52a8\u6b63\u5728\u8fdb\u884c\u2026\u2026\u5bb6\u4f4f\u6cca\u5934\u7684\u5f20\u5148\u751f\uff0c\u4eca\u5e7431\u5c81\uff0c\u5728\u5f53\u5730\u786e\u8bca\u4e3a\u80ba\u764c\u665a\u671f\uff0c\u56e0\u80f8\u90e8\u5267\u70c8\u75bc\u75db\u8f97\u8f6c\u6155\u540d\u5230\u6ca7\u5dde\u5e02","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1511"}; 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 () { } }); }); }