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=4152&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: 1714973856, nonceStr: 'toXZrF5Jnw0Hzhg2', signature: 'ae890857b723d21f9c5b1d573861225a4e75ae01', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202103\/991fb0454abd56d4f4d2e7e44b14c34c.jpg","title":"\u7b2c\u4e8c\u5c4a\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u6b63\u5f0f\u542f\u52a8\uff0c\u62a5\u540d\u8e0a\u8dc3","smalltext":"\u8fd1\u65e5\uff0c\u201c\u767e\u5e74\u594b\u8fdb \u533b\u5fc3\u5411\u515a\u00b7\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\uff08\u56fd\u5bb6\u7ea7\u7ee7\u7eed\u533b\u5b66\u6559\u80b2\u9879\u76ee\uff0c\u7f16\u53f7202021-24-01-011\uff09\u66a82021 \u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u201d\u5728\u6210\u90fd\u6b63\u5f0f\u542f\u822a\u3002\u636e\u4e86\u89e3\uff0c\u672c\u6b21\u6d3b\u52a8\u662f\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4152"}; 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 () { } }); }); }