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=4194&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: 1762229935,
    nonceStr: '8rl2gEGkq8IHeCur',
    signature: '9c38ec27c1e68899f0366b4b9d3da0392369c251',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u661f\u706b\u6587\u5b66\u706b\u79cd\u6492\u8fdb\u5357\u660c\u626c\u5b50\u6d32\u5b66\u6821","smalltext":"3\u670821\u65e5\uff0c\u7531\u6c5f\u897f\u661f\u706b\u6587\u5b66\u6742\u5fd7\u793e\u7b56\u5212\u4e3e\u529e\u7684\u661f\u706b\u6587\u5b66\u793e\u6210\u7acb\u66a8\u201c\u4f5c\u5bb6\u6559\u4f60\u5199\u4f5c\u201d\u6587\u827a\u5fd7\u613f\u670d\u52a1\u9879\u76ee\u5728\u626c\u5b50\u6d32\u5b66\u6821\u542f\u52a8\u3002\u542f\u52a8\u4eea\u5f0f\u4e0a\uff0c\u626c\u5b50\u6d32\u9547\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e\u8df5\u6240\u3001\u626c\u5b50\u6d32\u9547\u56e2\u59d4\u5f90\u4e3b\u4efb\uff0c\u626c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4194"};
      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 () { 
          }
      });
  });
}