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=1683&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: 1747167371, nonceStr: 'YU6p0w30ZxhZDTfn', signature: 'ea3eb939d3eae53e7f8c0961f5809da57ceb5766', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u547c\u767e\u5e94\uff0c\u6211\u4eec\u4ece\u6765\u4e0d\u662f\u8bf4\u8bf4\u800c\u5df2","smalltext":"\u8fd9\u4e2a\u6625\u8282\uff0c\u4e00\u573a\u75ab\u60c5\u7275\u52a8\u7740\u5168\u56fd\u4eba\u6c11\u7684\u5fc3\uff0c\u5bf9\u4e8e\u5728\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u5de5\u4f5c\u7684\u6211\u4eec\u6765\u8bf4\uff0c\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u72b9\u5982\u4e00\u58f0\u519b\u4ee4\uff0c\u5168\u9662\u4e0a\u4e0b\u7acb\u5373\u8868\u73b0\u51fa\u4e00\u79cd\u7a7a\u524d\u9ad8\u6da8\u7684\u51dd\u805a\u529b\u548c\u6218\u6597\u529b\uff0c\u82e5\u6709\u6218\uff0c\u53ec\u5fc5\u5230\u3002\u8fd9\u573a\u6218\u5f79","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1683"}; 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 () { } }); }); }