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=799&classid=3&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: 1714999031, nonceStr: '08UILmZ65Sng0FOq', signature: 'b163d2bf3c8e7a74017f3d60714f28e2aa15d341', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u66fe\u7ef4\u8273\uff1a\u505a\u5fc3\u4e2d\u7684\u68a6\u60f3\u4eba","smalltext":"\u66fe\u7ef4\u8273\uff0c\u5973\uff0c1979\u5e7409\u6708\u51fa\u751f\uff0c1998\u5e7408\u6708\u53c2\u52a0\u5de5\u4f5c\uff0c2019\u5e7406\u6708\u6bd5\u4e1a\u4e8e\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u5b66\u9662\u62a4\u7406\u4e13\u4e1a\uff0c\u7855\u58eb\u5b66\u4f4d\uff0c\u73b0\u4efb\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u54c1\u7ba1\u90e8\u90e8\u957f\u804c\u52a1\u30022014\u5e74\u53d6\u5f97\u526f\u4e3b\u4efb\u62a4\u5e08\u804c\u79f0\u3002\u5148\u540e\u5728\u56db\u5ddd","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=799"}; 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 () { } }); }); }