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=3578&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: 1762265989,
    nonceStr: 'JRFp6zxL8fKofQ7w',
    signature: '79a9fd81c6cfc694e934e2a0747ce5d950234418',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u80ce\u76d8\u65e9\u5265\uff0c\u547d\u60ac\u4e00\u7ebf\uff0115\u5206\u949f\u62a2\u6551\uff0c\u6bcd\u5973\u5e73\u5b89\uff01","smalltext":"7\u670824\u65e5\uff0c\u5728\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5987\u4ea7\u79d1\u4e0a\u6f14\u4e86\u4e00\u573a\u73b0\u5b9e\u7248\u7684\u201c\u751f\u6b7b\u8425\u6551\u201d\u3002\u5728\u9ebb\u9189\u79d1\u00b7\u624b\u672f\u5ba4\u3001\u65b0\u751f\u513f\u79d1\u7b49\u533b\u52a1\u4eba\u5458\u5168\u529b\u914d\u5408\u4e0b\uff0c\u591a\u79d1\u5ba4\u65e0\u7f1d\u8054\u7ed3\uff0c\u5feb\u901f\u5b9e\u65bd\u624b\u672f\uff0c\u6210\u529f\u62a2\u6551\u4e00\u4f8b1\/2\u80ce\u76d8\u65e9\u5265","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3578"};
      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 () { 
          }
      });
  });
}