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=1031&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: 1743703103, nonceStr: 'dYoyppa154PfpLDe', signature: '8419fcd1aecb57f56486839c6fde407871e2efab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u5f20\u794e:\u6e29\u6696\u751f\u547d\u7684\u6700\u540e\u4e00\u7a0b","smalltext":"\u8fd9\u662f\u6211\u5de5\u4f5c6\u5e74\u4ee5\u6765\u4e45\u4e45\u4e0d\u80fd\u5fd8\u6000\u7684\u4e00\u4ef6\u4e8b\u3002\u8bb0\u5f97\u6709\u4e00\u5929\u665a\u4e0a\u6211\u503c\u591c\u73ed\uff0c\u75c5\u623f\u91cc\u53ea\u67092\u4e2a\u62a4\u58eb\u540c\u65f6\u8981\u7167\u987e\u4e94\u5341\u51e0\u4e2a\u75c5\u4eba\uff0c\u7ecf\u5e38\u4f1a\u6709\u51e0\u4e2a\u75c5\u4eba\u540c\u65f6\u6309\u94c3\uff0c\u62a4\u58eb\u7ad9\u7684\u94c3\u58f0\u63a5\u8fde\u4e0d\u65ad\uff0c\u6211\u4e5f\u6ca1\u6709\u95f2\u7740\uff0c\u4e0d\u505c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1031"}; 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 () { } }); }); }