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=3334&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: 1745135269, nonceStr: '0yL4i7w4KBKc0eYy', signature: '1e979d97c7ed3be0b3d6284dd5ed1ab3bac31307', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u5982\u679c\u8fd9\u9996\u513f\u6b4c\u53ef\u4ee5\u5f53\u4f5c\u966a\u4f34 \u6297\u75ab\u6218\u58eb\u5531\u8d77\u52a8\u542c\u7684\u513f\u6b4c","smalltext":" \u8f6c\u773c\u5df2\u7ecf\u5230\u4e86\u9633\u5149\u660e\u5a9a\u7684\u590f\u5929\uff0c\u867d\u7136\u4e00\u573a\u7a81\u53d1\u75ab\u60c5\u56f0\u4f4f\u4e86\u751f\u6d3b\u4e2d\u7684\u6b65\u5c65\u5306\u5306\uff0c\u4f46\u662f\u4e24\u4f1a\u7684\u6210\u529f\u53ec\u5f00\uff0c\u75ab\u60c5\u9632\u63a7\u53d6\u5f97\u7684\u91cd\u5927\u6218\u7565\u6210\u679c\uff0c\u8ba9\u751f\u6d3b\u91cd\u65b0\u5145\u6ee1\u4e86\u70df\u706b\u6c14\u606f\uff0c\u8ba9\u5373\u5c06\u5230\u6765\u7684\u516d\u4e00\u513f\u7ae5\u8282\u4e5f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3334"}; 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 () { } }); }); }