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=1609&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: 1747189607, nonceStr: 'ehfwL1vDMZheAAe5', signature: '518dae53a2acfd793302c032649600e22d5e3b0e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\uff1a50\u5e74\uff0c\u521b\u9020\u809d\u764c\u8bca\u6cbb\u201c\u4e16\u754c\u5947\u8ff9\u201d","smalltext":"2019\u5e7412\u67086\u65e5\uff0c\u5728\u590d\u65e6\u5927\u5b66\uff08\u4e2d\u5c71\u533b\u9662\uff09\u809d\u764c\u7814\u7a76\u6240\u6210\u7acb50\u5468\u5e74\u5b66\u672f\u7814\u8ba8\u4f1a\u4e0a\uff0c40\u4f4d\u65b0\u751f\u547d\u8d85\u8fc7\u201c20\u5c81\u201d\u7684\u809d\u764c\u75c5\u4eba\u5531\u8d77\u4e86\u300a\u6b4c\u58f0\u4e0e\u5fae\u7b11\u300b\uff0c\u5176\u4e2d\u751f\u5b5840\u5e74\u4ee5\u4e0a\u67093\u4e2a\u4eba\uff0c\u6700\u957f\u751f\u5b58\u800548\u5e74\u3002\u5728\u4e0a\u6d77","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1609"}; 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 () { } }); }); }