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=1508&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: 1716220152, nonceStr: 'uK8PzgdkvWpYAf8w', signature: '087a3c6636fa85b5eebf0a67382011f077c6d6b3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/62cf467c74020e7332fb0bfdf62e068a.jpg","title":"\u56db\u5ddd\u7701\u80bf\u7624\u533b\u9662\uff1a\u00a0\u611f\u53d7\u751f\u547d\u6012\u653e\u4e4b\u7f8e\u8fd9\u573a\u201c\u79c0\u201d\u5982\u6b64\u4e0d\u540c\u00a0","smalltext":"12\u670818\u65e5\u2014\u201420\u65e5\uff0c\u56db\u5ddd\u7701\u80bf\u7624\u533b\u9662\u95e8\u8bca\u524d\u7684\u9732\u5929\u5e7f\u573a\u4e0a\uff0c18\u7c73\u957f\u30012.5\u7c73\u9ad8\u7684\u5927\u5c55\u677f\u4e0a\uff0c\u6444\u5f71\u3001\u7ed8\u753b\u3001\u611f\u8a00\u7b49\u4f5c\u54c1\u9519\u843d\u6709\u81f4\u5448\u73b0\u5176\u4e0a\uff1b6\u7c73\u957f\u7684\u684c\u5b50\u4e0a\uff0c\u6446\u653e\u7740\u7cbe\u7f8e\u7684\u624b\u7ed8\u6247\u5b50\u3001\u6298\u82b1\u3001\u624b\u7ed8\u4fe1\u5c01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1508"}; 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 () { } }); }); }