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=3641&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: 1762266012,
    nonceStr: 'GxPb7fk3Xia5ObEb',
    signature: '8f7382845089ca3eab9cdb92704af5937fb837a1',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a2020\u5e74\u4e50\u5c71\u5e02\u9996\u5c4a\u7cbe\u795e\u536b\u751f\u9632\u6cbb\u6280\u80fd\u5927\u8d5b\u5706\u6ee1\u843d\u5e55","smalltext":"8\u670828\u65e5\u4e0b\u5348\uff0c\u7531\u4e50\u5c71\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u3001\u5e02\u603b\u5de5\u4f1a\u3001\u5e02\u5987\u8054\u3001\u5e02\u533b\u5b66\u4f1a\u4e3b\u529e\uff0c\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u627f\u529e\u4e3a\u671f\u4e24\u5929\u76842020\u5e74\u4e50\u5c71\u5e02\u9996\u5c4a\u7cbe\u795e\u536b\u751f\u9632\u6cbb\u6280\u80fd\u5927\u8d5b\u66a8\u7ee7\u6559\u57f9\u8bad\u73ed\u5728\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3641"};
      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 () { 
          }
      });
  });
}