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=4923&classid=10&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: 1714311121, nonceStr: 'VVzZ0snddqiNP00j', signature: '634fb73881a987ec9b17d451065e520938c93b76', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e8c\u533b\u9662-\u515a\u59d4\u5ba3\u4f20\u90e8","smalltext":" \u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e8c\u533b\u9662\u524d\u8eab\u662f\u6e56\u5357\u533b\u5b66\u9662\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662,1958\u5e74\u6b63\u5f0f\u5f00\u9662\u3002\u4e00\u4ee3\u4ee3\u6e58\u96c5\u4e8c\u533b\u9662\u4eba\u4e0d\u65ad\u4f20\u627f\u548c\u5f18\u626c\u767e\u5e74\u6e58\u96c5\u201c\u5982\u5c65\u8584\u51b0\u3001\u5982\u4e34\u6df1\u6e0a\u201d\u7684\u884c\u533b\u7406\u5ff5\u548c\u201c\u516c\u52c7\u52e4\u614e\u3001\u8bda\u7231\u8c26\u5ec9\u3001","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4923"}; 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 () { } }); }); }