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=1102&classid=4&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: 1714788464, nonceStr: '3t8PG4LPqYiHybI9', signature: '2908f30454d85fa207cf707403a6eae357cc687d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u51af\u68a6\u73b2\uff1a\u7d27\u63e1\u53cc\u624b\u4f20\u9012\u6e29\u6696","smalltext":"\u4eca\u5929 ,\u4f5c\u4e3a\u624b\u672f\u5ba4\u62a4\u58eb\uff0c\u6211\u66fe\u4e0d\u7720\u4e0d\u4f11\u4e0e\u533b\u751f\u5e76\u80a9\u4f5c\u6218\uff0c\u5bc6\u5207\u914d\u5408\uff0c\u540c\u6b7b\u795e\u6597\u4e89\uff0c\u4e3a\u62a2\u6551\u60a3\u8005\u7684\u751f\u547d\u800c\u52aa\u529b\u3002\u817f\u9178\u4e86\u8981\u7ad9\u4f4f\uff0c\u809a\u5b50\u997f\u4e86\u8981\u7a33\u4f4f\uff0c\u773c\u775b\u56f0\u4e86\u8981\u71ac\u4f4f\uff0c\u60a3\u8005\u624b\u672f\u6210\u529f\u4e86\uff0c\u4ed6\u4eec\u4f1a\u611f\u8c22\u5916\u79d1\u533b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1102"}; 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 () { } }); }); }