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=190&classid=3&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: 1714972856, nonceStr: 'z48LvJ7gbtQdzcWH', signature: '3aa4f3f6ee1647935a95129b5db309d7460e9a88', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u91d1\u949f\u9e23\uff1a\u771f\u8bda\u6c47\u805a\u4ec1\u5fc3\uff0c\u4e13\u4e1a\u4fc3\u52a8\u54c1\u724c","smalltext":"\u91d1\u949f\u9e23\uff0c\u7537\uff0c1980\u5e74\u751f\uff0c2000\u5e74\u8d77\u5728\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u65b0\u534e\u533b\u9662\u5de5\u4f5c\uff0c\u66fe\u62c5\u4efb\u56e2\u59d4\u526f\u4e66\u8bb0\u3001\u515a\u529e\u526f\u4e3b\u4efb\u3001\u7cbe\u795e\u6587\u660e\u529e\u4e3b\u4efb\u3001\u5ba3\u4f20\u90e8\u4e3b\u4efb\uff0c2013\u5e74\u81f3\u4eca\u4efb\u533b\u52a1\u793e\u5de5\u90e8\u4e3b\u4efb\uff0c\u4ece\u4e8b\u533b\u52a1\u793e\u4f1a\u5de5\u4f5c\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=190"}; 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 () { } }); }); }