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=3695&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: 1762265920,
    nonceStr: 'WawgTllEBEzUYrOQ',
    signature: 'cf03b676d2d482362c74ef825fbe19c1d8537c92',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u8fdb\u98df\u201c\u96be\u201d  IOE\u6765\u5e2e\u5fd9","smalltext":"\u5728\u533b\u9662\u8001\u5e74\u79d1\uff0c\u6211\u4eec\u7ecf\u5e38\u770b\u89c1\u4e00\u4e9b\u8001\u5e74\u60a3\u8005\u56e0\u541e\u54bd\u969c\u788d\u70e6\u8e81\u4e0d\u5b89\uff0c\u4e0d\u914d\u5408\u6cbb\u7597\uff0c\u5bfc\u81f4\u75c5\u60c5\u6076\u5316\uff0c\u751a\u81f3\u2026\u2026\u8fd9\u4e9b\u73b0\u8c61\u7684\u51fa\u73b0\uff0c\u4e3b\u8981\u56e0\u4e3a\u4ed6\u4eec\u662f\u9760\u957f\u671f\u7559\u7f6e\u80c3\u7ba1\u6765\u89e3\u51b3\u8fdb\u98df\u95ee\u9898\uff0c\u4e0d\u4ec5\u5bb9\u6613\u6301\u7eed\u5bf9\u54bd\u5589\u90e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3695"};
      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 () { 
          }
      });
  });
}