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=1918&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: 1714583619, nonceStr: 'dUWFxCwHfgMABz5j', signature: '157161d5fabb66cae1d3b687917fe24e39229e18', 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\u6218\u201c\u75ab\u201d\u4e2d\u7684\u540e\u52e4\u4eba","smalltext":"\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\uff0c\u867d\u7136\u4e0d\u80fd\u5728\u75ab\u60c5\u6700\u524d\u6cbf\u6cbb\u75c5\u6551\u4eba\uff0c\u5374\u59cb\u7ec8\u575a\u5b88\u5728\u533b\u9662\u540e\u52e4\u4fdd\u969c\u7684\u7b2c\u4e00\u7ebf\uff0c\u62c5\u8d1f\u8d77\u5168\u9662\u7684\u540e\u52e4\u4fdd\u969c\u91cd\u4efb\u3002\u5728\u75ab\u60c5\u6765\u4e34\u7684\u7b2c\u4e00\u65f6\u95f4\uff0c\u540e\u52e4\u4eba\u7684\u8eab\u5f71\u6d3b\u8dc3\u5728\u5404\u6761\u6218\u7ebf\u3002\u6709\u901f\u5ea6\u624d\u6709\u4fdd\u969c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1918"}; 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 () { } }); }); }