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=1785&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: 1714851332, nonceStr: 'O3k7c62xp7kHSXNV', signature: '10bbbf9f9c28b537112528b749731ce98ae3c48c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u201c\u6218\u75ab\u201d\u5148\u950b\uff1a\u6211\u4eec\u4eae\u5fbd\u4e0a\u5c97","smalltext":"\u5728\u75ab\u60c5\u963b\u51fb\u6218\u7684\u7279\u6b8a\u6218\u573a\uff0c\u4e00\u4e2a\u652f\u90e8\u5c31\u662f\u4e00\u5ea7\u5821\u5792\uff0c\u4e00\u4e2a\u515a\u5458\u5c31\u662f\u4e00\u9762\u65d7\u5e1c\u3002\u54ea\u91cc\u6700\u5371\u9669\uff0c\u54ea\u91cc\u4efb\u52a1\u6700\u7e41\u91cd\uff0c\u54ea\u91cc\u5c31\u6709\u4e2d\u56fd\u5171\u4ea7\u515a\u515a\u5458\u7684\u8eab\u5f71\u3002\r\n\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1785"}; 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 () { } }); }); }