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=3592&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: 1762265983,
    nonceStr: '02FdcDdMWVBc3vR8',
    signature: '8fe736390a2ab7834e93d25cee720a4a3aee4d9a',
    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\u75ab\u60c5\u65e0\u60c5\u4eba\u6709\u60c5  \u5bb6\u5ead\u533b\u751f\u9001\u6e29\u60c5","smalltext":"\u201c\u8981\u4e0d\u662f\u60a8\u4eec\uff0c\u6211\u7684\u75c5\u60c5\u53ef\u80fd\u66f4\u4e3a\u4e25\u91cd\uff0c\u751a\u81f3\u4e0d\u80fd\u4e0b\u5e8a\u2026\u2026\u201d\u8fd1\u65e5\uff0c86\u5c81\u9ad8\u9f84\u7684\u8096\u963f\u59e8\u7d27\u7d27\u63e1\u4f4f\u5f6d\u6653\u7ea2\u7684\u624b\uff0c\u5c06\u4e00\u9762\u9526\u65d7\u548c\u4e00\u5c01\u611f\u8c22\u4fe1\u9001\u5230\u4ed6\u4eec\u56e2\u961f\u624b\u4e2d\uff0c\u8fde\u58f0\u611f\u6fc0\u9053\u3002\u5bb6\u4f4f\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u677e\u6797\u793e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3592"};
      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 () { 
          }
      });
  });
}