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=2930&classid=13&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: 1715099817, nonceStr: 'nTDfRoZ8Xs4o54gP', signature: '0adc7bc57f350b4425bb8c332d84e6d9a5f3745f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5174\u5316\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5b55\u5987\u5b66\u6821\uff1a\u7231\u7684\u5f81\u7a0b\uff0c\u4f60\u6211\u76f8\u4f34","smalltext":"\u4e00\u3001\u80cc\u666f\u5174\u5316\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5efa\u4e8e 1953\u5e74\uff0c\u4f4d\u4e8e\u5e02\u4e2d\u5fc3\u4e1c\u8425\u8857 6\u53f7\uff0c\u662f\u4e00\u6240\u96c6\u4fdd\u5065\u3001\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u3001\u5065\u5eb7\u6559\u80b2\u4e3a\u4e00\u4f53\u7684\u5987\u5e7c\u4fdd\u5065\u4e13\u4e1a\u673a\u6784\u3002\u662f\u6cf0\u5dde\u5730\u533a\u9996\u5bb6\u4e8c\u7ea7\u7532\u7b49\u5987\u5e7c\u4fdd\u5065\u9662\u3002\u66fe\u83b7","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2930"}; 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 () { } }); }); }