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=1832&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: 1714875635, nonceStr: 'nsVMYfAfL6VXLCGN', signature: '1e6bbe26a17c927f06063163d7094f498d6133af', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u7236\u4eb2\u67d3\u75c5\u79bb\u4e16 \u4ed6\u4ecd\u575a\u5b88\u5728\u6297\u75ab\u4e00\u7ebf","smalltext":"\u75ab\u60c5\u7206\u53d1\u540e\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u547c\u5438\u5185\u79d1\u56db\u75c5\u533a\u4e3b\u4efb\u5f20\u7ef4\u7684\u7236\u6bcd\u5148\u540e\u611f\u67d3\u65b0\u51a0\u80ba\u708e\uff0c\u75c5\u60c5\u5371\u91cd\u3002\u4f5c\u4e3a\u79d1\u4e3b\u4efb\u7684\u4ed6\uff0c\u5373\u4fbf\u5728\u7236\u4eb2\u79bb\u4e16\u540e\uff0c\u5f3a\u5fcd\u60b2\u4f24\uff0c\u4f9d\u7136\u7b2c\u4e00\u65f6\u95f4\u56de\u5230\u5de5\u4f5c\u5c97\u4f4d\uff0c\u7ee7\u7eed\u5728\u6297\u75ab\u4e00\u7ebf\u9ed8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1832"}; 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 () { } }); }); }