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=2578&classid=11&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: 1744318711, nonceStr: 'lmkqihlSmkNySafV', signature: 'c4a029455c9c8b26b60a319e6120e6d03ef96ca8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u201c\u5e38\u9752\u85e4\u201d\u5065\u5eb7\u5171\u7b51\u884c\u52a8\u54c1\u724c","smalltext":"\u4e00\u3001\u54c1\u724c\u57fa\u672c\u60c5\u51b5\u4ecb\u7ecd\u4f5c\u4e3a\u5e38\u5dde\u6700\u5927\u7684\u4e09\u7532\u533b\u9662\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u7684\u533b\u62a4\u4eba\u5458\u90fd\u662f\u6765\u81ea\u5168\u56fd\u5404\u5730\u7684\u533b\u5b66\u7cbe\u82f1\uff0c\u4f46\u4ed6\u4eec\u6709\u4e2a\u7edd\u6d3b\u8ba9\u5f88\u591a\u672c\u5730\u4eba\u90fd\u81ea\u53f9\u4e0d\u5982\u2014\u2014\u8bf4\u8d77\u5e38\u5dde\u5404\u4e2a\u533a\uff0c\u751a\u81f3\u91d1\u575b\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2578"}; 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 () { } }); }); }