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=3862&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: 1716055986, nonceStr: 'dPBfMS16yyai0KFm', signature: '3668eac53e2abde9a707ad89cf2a6fd69ecd4eb1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u533b\u52a1\u4eba\u5458\u7528\u8fd9\u6837\u7684\u65b9\u5f0f\u6536\u201c\u7ea2\u5305\u201d","smalltext":"\u60a3\u8005\u5e38\u5e38\u8ba4\u4e3a\uff0c\u624b\u672f\u524d\u9001\u4e2a\u201c\u7ea2\u5305\u201d\u7ed9\u533b\u751f\uff0c\u533b\u751f\u624d\u4f1a\u7528\u5fc3\u505a\u597d\u624b\u672f\u3002\u795e\u7ecf\u5185\u79d1\u60a3\u8005\u80e1\u5973\u58eb\u5728\u624b\u672f\u4e4b\u524d\uff0c\u5979\u7684\u5bb6\u5c5e\u4e5f\u6301\u7740\u8fd9\u79cd\u6001\u5ea6\uff0c\u5c06500\u5143\u7684\u73b0\u91d1\u201c\u7ea2\u5305\u201d\u4ea4\u5230\u4e86\u795e\u7ecf\u5185\u79d1\u526f\u4e3b\u4efb\u6f58\u5149\u660e\u7684\u624b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3862"}; 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 () { } }); }); }