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=4220&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: 1744975790, nonceStr: '41WcGwTJAIPGlaiW', signature: '062c53aad322104dbd31d91db403f3e3c63fc01c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u7b51\u7262\u5b89\u5168\u5c4f\u969c \u6253\u9020\u5e73\u5b89\u533b\u9662","smalltext":"\u8fd1\u5e74\u6765\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u515a\u59d4\u4ee5\u5b9e\u9645\u884c\u52a8\u589e\u5f3a\u201c\u56db\u4e2a\u610f\u8bc6\u201d\u3001\u575a\u5b9a\u201c\u56db\u4e2a\u81ea\u4fe1\u201d\u3001\u505a\u5230\u201c\u4e24\u4e2a\u7ef4\u62a4\u201d\uff0c\u8ba4\u771f\u8d2f\u5f7b\u843d\u5b9e\u5e73\u5b89\u4e2d\u56fd\u5efa\u8bbe\u5de5\u4f5c\u4f1a\u8bae\u3001\u5e73\u5b89\u5c71\u4e1c\u5efa\u8bbe\u5de5\u4f5c\u4f1a\u8bae\u548c\u5e73\u5b89\u5a01\u6d77\u5efa\u8bbe\u5de5\u4f5c\u4f1a\u8bae","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4220"}; 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 () { } }); }); }