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=1697&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: 1715074889, nonceStr: 'YnnYWIQB2MrOGWcS', signature: '0819c0a50570b48d7a477899e5282f8e0d624552', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u8ba9\u515a\u65d7\u5728\u9632\u63a7\u75ab\u60c5\u6597\u4e89\u7b2c\u4e00\u7ebf\u9ad8\u9ad8\u98d8\u626c","smalltext":"\u5f00\u5c55\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u4ee5\u6765\uff0c\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u515a\u59d4\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u91cd\u8981\u6307\u793a\u7cbe\u795e\u548c\u515a\u4e2d\u592e\u51b3\u7b56\u90e8\u7f72\uff0c\u8ba4\u771f\u843d\u5b9e\u7701\u59d4\u3001\u5e02\u59d4\u9632\u63a7\u5de5\u4f5c\u90e8\u7f72\uff0c\u5e26\u9886\u5168\u9662\u515a\u5458\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\uff0c\u5145","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1697"}; 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 () { } }); }); }