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=2971&classid=11&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: 1716112515, nonceStr: 'oePutd7WaActbhcI', signature: 'b6d2deec80b1d6a3d4077aa9b70b2cc61806600f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\uff1a\u201c\u51e1\u661f\u201d\u95ea\u8000","smalltext":"2018\u5e74\u521d\uff0c\u5728\u533b\u9662\u9886\u5bfc\u5021\u8bae\u652f\u6301\u4e0b\uff0c\u5357\u4eac\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u5ba3\u4f20\u529e\u7b56\u5212\u63a8\u51fa\u201c\u51e1\u661f\u95ea\u8000\u4e8c\u9644\u9662\u201d\u7cfb\u5217\u8bc4\u9009\u6d3b\u52a8\uff0c\u6d3b\u52a8\u72ec\u8f9f\u8e4a\u5f84,\u5c06\u76ee\u5149\u805a\u7126\u4e8e\u533b\u9662\u91cc\u7684\u201c\u51e1\u4eba\u5584\u4e3e\u201d\uff0c\u5021\u5bfc\u201c\u5e73\u51e1\u5c97\u4f4d\uff0c\u7528\u5fc3","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2971"}; 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 () { } }); }); }