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=3667&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: 1762266002,
    nonceStr: 'seVLiPJNTH2LK3EV',
    signature: '41b41455117e66d5f10f40cb4dfe372ff1766b7a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e2d\u98ce120\u5e2e\u52a9\u5a46\u5a46\u5feb\u901f\u8bc6\u522b\u8111\u5352\u4e2d\uff0c\u6293\u4f4f\u9ec4\u91d14.5\u5c0f\u65f6\u6210\u529f\u8131\u9669","smalltext":"       \u8fd1\u65e5\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u795e\u7ecf\u5185\u79d1\u4e00\u75c5\u533a\u4e3b\u4efb\u675c\u654f\u7684\u5fae\u4fe1\u4e0a\u6536\u5230\u4e86\u4e00\u6bb5\u75c5\u4eba\u5bb6\u5c5e\u53d1\u8fc7\u6765\u7684\u89c6\u9891\uff0c\u8fd9\u4e00\u770b\u4e0d\u6253\u7d27\uff0c\u60f3\u5230\u60a3\u8005\u6709\u5352\u4e2d\u7684\u65e2\u5f80\u53f2\uff0c\u675c\u654f\u4e3b\u4efb\u5fd9\u56de\u62e8\u8fc7\u53bb\uff0c\u901a\u77e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3667"};
      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 () { 
          }
      });
  });
}