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=5144&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: 1714390436, nonceStr: 'MtiLt1FLeAmQwJet', signature: '5ccb519e90238f63585d0c3ae67fa16914ce89e8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u5355\u65e5\u91c7\u6837\u8fd17000\u4eba\u6b21\uff0c\u770b\u5609\u4e2d\u5fc3\u5982\u4f55\u6709\u5e8f\u5e94\u5bf9","smalltext":"\u968f\u7740\u6625\u8282\u7684\u4e34\u8fd1\uff0c\u8fd1\u51e0\u5929\u6765\uff0c\u5e02\u6c11\u7684\u6838\u9178\u68c0\u6d4b\u9700\u6c42\u91cf\u4e5f\u5448\u73b0\u9010\u6b65\u6500\u5347\u8d8b\u52bf\u3002\u4e00\u90e8\u5206\u4eba\u5458\u56e0\u5de5\u4f5c\u51fa\u5dee\u9700\u8981\u7d27\u6025\u505a\u6838\u9178\uff0c\u4e5f\u6709\u90e8\u5206\u5b66\u751f\u7fa4\u4f53\u3001\u52a1\u5de5\u4eba\u5458\u7b49\u56e0\u8fd4\u4e61\u9700\u6c42\uff0c\u63d0\u524d\u6765\u91c7\u6837\u70b9\u8fdb\u884c\u6838\u9178\u68c0\u6d4b\u3002","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5144"}; 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 () { } }); }); }