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=1618&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: 1747189544, nonceStr: '40XizlFNHh1YmY59', signature: 'e63de690e07dc1347ac3d86a3edf9c52aa916165', 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 \u201c\u624b\u7ed8\u6f2b\u753b\u201d\u2014\u2014\u8111\u6d1e\u5927\u5f00\u7684\u201c\u7528\u836f\u53ee\u549b\u201d","smalltext":"\u5bf9\u60a3\u8005\u7684\u6cbb\u7597\u5eb7\u590d\u6765\u8bf4\uff0c\u9664\u4e86\u624b\u672f\u3001\u6253\u9488\u3001\u68c0\u67e5\uff0c\u7528\u836f\u4e5f\u662f\u5f88\u91cd\u8981\u7684\u90e8\u5206\uff0c\u80fd\u591f\u6309\u7167\u533b\u5631\u6b63\u786e\u7406\u89e3\u7528\u836f\u610f\u56fe\u548c\u7528\u836f\u7684\u91cd\u8981\u610f\u4e49\u5bf9\u4e8e\u60a3\u8005\u7684\u5eb7\u590d\u6709\u7740\u4e0d\u53ef\u6216\u7f3a\u7684\u4f5c\u7528\u3002\u6b63\u56e0\u4e3a\u5982\u6b64\uff0c\u6211\u9662\u7684\u62a4\u7406\u201c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1618"}; 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 () { } }); }); }