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=495&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: 1746257513, nonceStr: 'bMXUrvWw1RTAGT39', signature: '79d82d8b0b154b43155eb4fa5494e1f90072d29f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/4e46677b978eb71128de3b849959d61a.jpg","title":"\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u6700\u7f8e\u5929\u4f7f\u201d\u5728\u6b63\u5b9a\u9ad8\u94c1\u7ad9\u6551\u4eba","smalltext":"2019\u5e745\u670823\u65e5\uff0c\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\u4e1c\u9662\u62a4\u7406\u90e8\u4e3b\u4efb\u5218\u82f1\u4e54\u3001\u624b\u672f\u5ba4\u62a4\u58eb\u957f\u90ed\u65ed\u840c\u9014\u5f84\u6b63\u5b9a\u9ad8\u94c1\u7ad9\u65f6\uff0c\u5728\u7ad9\u53f0\u65c1\u7a81\u9047\u4e00\u7537\u5b50\u53d1\u751f\u547c\u5438\u3001\u5fc3\u8df3\u9aa4\u505c\uff0c\u4e24\u4eba\u6beb\u4e0d\u72b9\u8c6b\u5c31\u5730\u5b9e\u65bd\u5fc3\u80ba\u590d\u82cf\uff0c\u76f4\u81f3\u8f66\u7ad91","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=495"}; 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 () { } }); }); }