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=3631&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: 1762265985,
    nonceStr: '6ayMBsez1IrL2Gj3',
    signature: '64bfb51850f6b553c1311b966bad051a1794b5e9',
    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\u6025\u8bca\u8fdb\u6821\u56ed","smalltext":"\u65f6\u503c\u6c5b\u671f\u9ad8\u5cf0\u3002\u4e3a\u4e86\u4e3a\u8fdb\u4e00\u6b65\u666e\u53ca\u5e94\u6025\u6551\u62a4\u77e5\u8bc6\uff0c\u63d0\u9ad8\u6559\u5ba4\u5e94\u5bf9\u548c\u9884\u9632\u610f\u5916\u4f24\u5bb3\u60c5\u51b5\u4e0b\u81ea\u6211\u4fdd\u62a4\u610f\u8bc6\u548c\u81ea\u6551\u4e92\u6551\u80fd\u529b\u3002\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u6025\u8bca\u79d1\u8d70\u8fdb\u79d1\u5b66\u57ce\u6625\u857e\u5c0f\u5b66\u5f00\u5c55\u4e86\u6025\u6551\u79d1\u666e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3631"};
      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 () { 
          }
      });
  });
}