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=5110&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: 1762233732,
    nonceStr: 'XhnRhhLOgHuQCP02',
    signature: '408bdac623ebb4f23d3aa4d2923202ebf207b75e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u4e5d\u9f99\u5761\u533b\u9662:\u5fc3\u7cfb\u60a3\u8005 \u5c3d\u6211\u6240\u80fd","smalltext":"\u5728\u9aa8\u79d110\u5e74\u7684\u4e34\u5e8a\u5de5\u4f5c\u4e2d\uff0c\u62a4\u7406\u5de5\u4f5c\u5de5\u4f5c\u5f88\u7d2f\u5f88\u82e6\uff0c\u4f46\u662f\u6709\u65f6\u4e5f\u4f1a\u5e26\u6765\u4e00\u4e9b\u611f\u89e6\uff0c\u6696\u4eba\u80ba\u8151\u300294\u5c81\u9ad8\u9f84\u7684\u9648\u5a46\u5a46\uff0c\u5979\u548c\u5979\u7684\u8001\u4f34\u5f20\u7237\u7237\u662f\u5bf9\u6a21\u8303\u592b\u59bb\uff0c\u8fd1\u51e0\u5e74\u4e00\u76f4\u5c45\u4f4f\u5728\u517b\u8001\u9662\u91cc\uff0c\u5728\u4e00\u8d77\u751f\u6d3b\u4e86\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5110"};
      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 () { 
          }
      });
  });
}