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=1088&classid=4&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: 1716053807, nonceStr: 'k5psjVRjxWn4G0Lp', signature: '051f5d49206d1d2c8af80be423357bc54eee69ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u8096\u5a67\u83c1:\u8de8\u754c\u4e4b\u540e","smalltext":"2015\u5e7410\u6708\uff0c\u5728\u4e00\u80a1\u83ab\u540d\u7684\u52c7\u6c14\u4e0b\uff0c\u6211\u5b8c\u6210\u4ece\u5a92\u4f53\u4ece\u4e1a\u8005\u5230\u533b\u9662\u5ba3\u4f20\u4eba\u7684\u8de8\u754c\u3002\u66fe\u7ecf\u7535\u89c6\u3001\u65b0\u95fb\u4e0a\u770b\u5230\u7684\u6551\u4eba\u753b\u9762\uff0c\u73b0\u5728\u65f6\u5e38\u5c31\u53d1\u751f\u5728\u8eab\u65c1\u3002\u5927\u96e8\u4e2d\u575a\u5b9a\u7684\u80cc\u5f71\u3001\u5192\u96ea\u524d\u884c\u7684\u67d4\u5f31\u8eab\u8eaf\u3001\u88ab\u6c57","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1088"}; 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 () { } }); }); }