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=3209&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: 1745150645, nonceStr: 'cjiZEPrPIUdBTJWo', signature: 'e610ba863e787bb814b189083a1f20782d5e4884', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u513f\u79d1\u7684\u201c\u767d\u8272\u5a18\u5b50\u519b\u201d","smalltext":" 2020\u5e74\uff0c\u662f\u4e0d\u5bfb\u5e38\u7684\u4e00\u5e74\uff0c\u201c\u65b0\u51a0\u80ba\u708e\u201d\u7275\u52a8\u7740\u5168\u4e16\u754c\u7684\u76ee\u5149\u3002\u800c\u5728\u8fd9\u4e00\u5e74\uff0c\u5374\u8ba9\u6211\u4eec\u6536\u83b7\u4e86\u65e0\u6570\u7684\u611f\u52a8\u3002 \u6211\u4eec\u611f\u52a8\u4e8e\uff0c\u9632\u75ab\u6218\u573a\u4e0a\u533b\u62a4\u540c\u4ec1\u4eec\u9009\u62e9\u9006\u884c\u800c\u4e0a\uff0c\u5e76\u9644\u4e0a\u4e00\u5f20\u5f20\u5370\u7740\u7ea2\u6307\u5370\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3209"}; 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 () { } }); }); }