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=3807&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: 1714995834, nonceStr: 'Vf0OxIVTtH0RCm3I', signature: 'c17bc42d72c73717677c7106ea0c33369db1f81e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a10\u591a\u4e2a\u533b\u751f\u770b\u8bca1\u4e2a\u75c5\u4eba\uff0c\u7ed9\u80bf\u7624\u60a3\u8005\u6700\u201c\u4f18\u201d\u65b9\u6848","smalltext":"\u4e09\u4efd\u80bf\u7624\u60a3\u8005\u75c5\u5386\uff0c\u4e09\u4f4d\u4e2d\u56fd\u79d1\u5b66\u9662\u80bf\u7624\u75c5\u9662\u6559\u6388\uff0c\u8fd8\u6709\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u80bf\u7624\u6cbb\u7597\u4e2d\u5fc3\u3001\u6d88\u5316\u5185\u79d1\u3001\u817a\u4f53\u8179\u58c1\u8840\u7ba1\u5916\u79d1\u3001\u80c3\u80a0\u5916\u79d1\u3001\u75c5\u7406\u79d1\u3001\u78c1\u5171\u632f\u8bca\u65ad\u79d1\u3001B\u8d85\u5ba4\u7b49\u5341\u591a\u4e2a\u79d1\u5ba4\u4e13\u5bb6\uff0c\u8fd1\u65e5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3807"}; 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 () { } }); }); }