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=2894&classid=12&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: 1714618330, nonceStr: 'PeFiAa9FsYTKqsxF', signature: '3ff996a94ecf287a155a7249857ad2c2009aaa0f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5218\u660c\uff1a\u628a\u5fb7\u80b2\u4f5c\u4e3a\u533b\u5b66\u4eba\u624d\u57f9\u517b\u7684\u9996\u8981\u5185\u5bb9","smalltext":"\u300a\u5173\u4e8e\u52a0\u5f3a\u533b\u6559\u534f\u540c \u5b9e\u65bd\u5353\u8d8a\u533b\u751f\u6559\u80b2\u57f9\u517b\u8ba1\u52122.0\u7684\u610f\u89c1\u300b\u4e2d\u6307\u51fa\uff0c\u628a\u5fb7\u80b2\u4f5c\u4e3a\u533b\u5b66\u4eba\u624d\u57f9\u517b\u7684\u9996\u8981\u5185\u5bb9\u3002\u7531\u6b64\u53ef\u89c1\uff0c\u5168\u9762\u52a0\u5f3a\u5fb7\u533b\u53cc\u4fee\u7684\u7d20\u8d28\u80fd\u529b\u57f9\u517b\uff0c\u662f\u65b0\u65f6\u4ee3\u7684\u9700\u6c42\uff0c\u662f\u5f53\u52a1\u4e4b\u6025\u3002\u897f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2894"}; 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 () { } }); }); }