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=4335&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: 1744969658, nonceStr: 'teOA3EpN6jZARJ1Z', signature: 'd8b07579058e755e559a9c1c3d20aff89216d53f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u83b1\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e2d\u98ce\u504f\u762b\u60a3\u8005\u91cd\u65b0\u201c\u7ad9\u8d77\u6765\u201d \u7684\u80cc\u540e","smalltext":"\u8fd1\u65e5\uff0c\u502a\u963f\u59e8\u5e26\u7740\u5bb6\u4eba\u5c06\u4e00\u9762\u5370\u6709\u201c\u5999\u624b\u795e\u9488\uff0c\u533b\u5fb7\u9ad8\u5c1a\u201d\u7684\u9526\u65d7\uff0c\u9001\u5230\u4e86\u5eb7\u590d\u533b\u5b66\u79d1\u533b\u751f\u4eec\u7684\u624b\u4e2d\uff0c\u771f\u8bda\u611f\u8c22\u5eb7\u590d\u533b\u5b66\u79d1\u5168\u4f53\u533b\u62a4\u4eba\u5458\u5728\u5eb7\u590d\u8bad\u7ec3\u671f\u95f4\u5bf9\u5979\u7684\u7cbe\u5fc3\u6cbb\u7597\u548c\u6089\u5fc3\u7167\u62a4\u3002\u636e\u6089\uff0c\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4335"}; 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 () { } }); }); }