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=4556&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: 1714833119, nonceStr: 't2KkW6THhag7EanJ', signature: 'd1d9c5e394356b4c73c34d68655e5e1df2eaabd5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u81f4\u529b\u79d1\u666e\u54c1\u724c\u6548\u5e94\u7834\u6d6a\u524d\u884c","smalltext":"7\u670815\u65e5\uff0c2021\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u4ecb\u5165\u533b\u5e08\u5206\u4f1a\u5b66\u672f\u5e74\u4f1a\u5728\u5357\u4eac\u4e3e\u884c\u3002\u5927\u4f1a\u7531\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u3001\u4e2d\u56fd\u533b\u5e08\u534f\u4f1a\u4ecb\u5165\u533b\u5e08\u5206\u4f1a\u8054\u5408\u4e3b\u529e\uff0c\u4e3b\u9898\u4e3a\u201c\u5927\u4ecb\u5165\u3001\u5927\u878d\u5408\u3001\u5927\u683c\u5c40\u201d\u3002\u4e3a\u63d0\u5347\u533b\u52a1\u4eba\u5458\u7684\u79d1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4556"}; 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 () { } }); }); }