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=3700&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: 1745119735, nonceStr: 'ywyzE60wN9q5oi9y', signature: '13f1d1b6ec671b4c2f629c5541ad8fae78368246', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5185\u8499\u53e4\u9996\u4e2a\u513f\u7ae5\u201c\u4e13\u5c5e120\u201d9\u670821\u65e5\u6b63\u5f0f\u5f00\u901a","smalltext":"9\u670821\u65e5\u4ee5\u540e\uff0c\u513f\u7ae5\u5982\u679c\u9047\u5230\u7a81\u53d1\u75be\u75c5\uff0c\u5c06\u5f97\u5230\u66f4\u597d\u7684\u6025\u6551\u670d\u52a1\u30029\u670818\u65e5\u4e0b\u5348\uff0c\u547c\u548c\u6d69\u7279120\u6025\u6551\u6307\u6325\u4e2d\u5fc3\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u6025\u6551\u7ad9\u542f\u52a8\u7b7e\u7ea6\u4eea\u5f0f\u5728\u5185\u8499\u53e4\u81ea\u6cbb\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u8fdb\u884c\u3002\u8fd9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3700"}; 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 () { } }); }); }