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=1409&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: 1747189802, nonceStr: 'uU8PDugmBO8u9RbH', signature: '5e08662e4f8eb3a0daa68318142a9318fe6897fe', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/b538b1f954b3c2f755fc600e138c12e0.jpg","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\uff1a\u6df1\u8015\u533b\u9662\u6587\u5316\u571f\u58e4\uff0c\u57f9\u80b2\u201c\u4e2d\u56fd\u597d\u533b\u751f\u3001\u4e2d\u56fd\u597d\u62a4\u58eb\u201d","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u57f9\u80b2\u548c\u8df5\u884c\u793e\u4f1a\u4e3b\u4e49\u6838\u5fc3\u4ef7\u503c\u89c2\uff0c\u5f18\u626c\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u5d07\u9ad8\u7cbe\u795e\uff0c10\u670811\u65e5\u4e0a\u5348\uff0c\u7531\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5ba3\u4f20\u53f8\u6307\u5bfc\uff0c\u4e0a\u6d77\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u652f\u6301\uff0c\u590d\u65e6\u5927\u5b66\u9644","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1409"}; 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 () { } }); }); }