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=4404&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: 1744975740, nonceStr: 'NkolxQPMTTVJUAwu', signature: '358108743b7c9235c05eca0e050241ded717fa91', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/49b93d10fce1469826e390562dc0014f.jpg","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u4e0d\u5fd8\u521d\u5fc3\uff0c\u7825\u783a\u524d\u884c","smalltext":"1921\u5e747\u6708\u5e95\uff0c\u5728\u4e0a\u6d77\u5609\u5174\u7684\u4e00\u8258\u6e38\u8239\u4e0a\u6bdb\u6cfd\u4e1c\u7b49\u4e0e\u4f1a\u4ee3\u8868\u5e84\u4e25\u5ba3\u544a\u4e2d\u56fd\u5171\u4ea7\u515a\u8bde\u751f\u4e86\u3002\u4e2d\u56fd\u5171\u4ea7\u515a\u7684\u6210\u7acb\u662f\u5386\u53f2\u6240\u8d8b\uff0c\u662f\u6c11\u5fc3\u6240\u5411\u3002\u901a\u8fc7100\u5e74\u6765\u7684\u8270\u96be\u53d1\u5c55\uff0c\u6211\u4eec\u8fc7\u4e0a\u7684\u7f8e\u597d\u751f\u6d3b\uff0c\u5c31\u662f\u5f97\u76ca","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4404"}; 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 () { } }); }); }