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=1445&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: 1747193032, nonceStr: 'rxefGAeiB4iy0KR8', signature: 'dabb5611787fe8515ae862cea4aafb7a042396d2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662:\u540d\u533b\u5e26\u961f \u4e3a\u4e07\u4f59\u540d\u5b66\u751f\u5efa\u7acb\u773c\u5065\u5eb7\u6863\u6848","smalltext":"2019\u5e741\u670823\u65e5\uff0c\u56fd\u5bb6\u536b\u5065\u59d4\u201c\u5065\u5eb7\u6559\u80b2\u8fdb\u6821\u56ed\u2014\u2014\u513f\u7ae5\u9752\u5c11\u5e74\u9884\u9632\u8fd1\u89c6\u4e3b\u9898\u5ba3\u4f20\u6d3b\u52a8\u201d\u5728\u5317\u4eac\u4e3e\u884c\u3002\u6d3b\u52a8\u4e0a\uff0c10\u652f\u4ee5\u201c\u4e2d\u56fd\u597d\u533b\u751f\u3001\u4e2d\u56fd\u597d\u62a4\u58eb\u201d\u547d\u540d\u7684\u5c0f\u5206\u961f\u6b63\u5f0f\u6210\u7acb\uff0c\u674e\u723d\u4e50\u540d\u5217\u5176\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1445"}; 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 () { } }); }); }