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=2422&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: 1716071344, nonceStr: 'RsOl7coXZLcY1ZY9', signature: '4d9e7862d7adef29e014e2e74fe5c5e4ca469df3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662:\u7528\u65b0\u601d\u7ef4\u7a81\u7834\u533b\u9662\u6587\u5316\u74f6\u9888","smalltext":"\u5cb3\u6c60\u53bf\u4eba\u6c11\u533b\u9662\u521b\u5efa\u4e8e1940\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u4fdd\u5065\u3001\u5eb7\u590d\u4e8e\u4e00\u4f53\u7684\u4e09\u7ea7\u4e59\u7b49\u7efc\u5408\u6027\u533b\u9662\uff0c\u8be5\u9662\u957f\u671f\u81f4\u529b\u4e8e\u5efa\u8bbe\u5177\u6709\u9ad8\u5ea6\u6587\u5316\u8ba4\u540c\u611f\u7684\u533b\u9662\u6587\u5316\uff0c\u4ee5\u201c\u4e25\u8c28\u521b\u65b0\u00b7\u4ec1\u5fc3\u5949\u732e\u201d\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2422"}; 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 () { } }); }); }