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=3545&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: 1714229586, nonceStr: 'Su1DLePLYfvWViIx', signature: '929a8e6be4bba7d1bc8cb666850ea4de98e9703b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u591a\u4e2a\u533b\u60a3\u6c9f\u901a\u7fa4 \u6ee1\u8db3\u4e0d\u540c\u9700\u6c42\u60a3\u8005","smalltext":"\u6566\u5316\u5e02\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u4e3a\u66f4\u597d\u7684\u670d\u52a1\u6566\u57ce\u767e\u59d3\uff0c\u575a\u6301\u4ee5\u60a3\u8005\u89d2\u5ea6\u51fa\u53d1\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u5207\u5b9e\u505a\u5230\u4ee5\u4eba\u4e3a\u672c\uff0c\u5fc3\u8840\u7ba1\u5185\u79d1\u76f8\u7ee7\u5efa\u7acb\u4e86\u80f8\u75db\u4e2d\u5fc3\u534f\u4f5c\u8054\u76df\u4ea4\u6d41\u7fa4\u3001\u9ad8\u8840\u538b\u60a3\u8005\u4ea4\u6d41\u7fa4\u3001\u652f\u67b6\u60a3\u8005\u4ea4\u6d41\u7fa4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3545"}; 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 () { } }); }); }