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=3873&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: 1762265595,
    nonceStr: 'gvRBPVYrZKqOpJZQ',
    signature: '48836e552de90a3aaf44a9ac068576622601410e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c\u767e\u8349\u5343\u4eba\u8ba1\u5212\u201d\u4e2d\u533b\u836f\u79d1\u666e\u8fdb\u6821\u56ed","smalltext":"12\u670817\u65e5\u665a\uff0c\u201c\u767e\u8349\u5343\u4eba\u8ba1\u5212\u201d\u4e2d\u533b\u836f\u79d1\u666e\u5341\u8fdb\u884c\u52a8\u8d70\u8fdb\u82cf\u5dde\u79d1\u6280\u57ce\u5916\u56fd\u8bed\u5b66\u6821\uff08\u5c0f\u5b66\u90e8\uff09\u3002\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4e2d\u533b\u79d1\u4e3b\u4efb\u9648\u7487\u4ee5\u201c\u7956\u56fd\u533b\u5b66\u5728\u8eab\u8fb9\u201d\u7ed9\u5f3a\u57fa\u878d\u54081G\u73ed\u7684\u5b66\u751f\u4eec\u5f00\u5c55\u79d1\u666e\u8bb2\u5ea7\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3873"};
      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 () { 
          }
      });
  });
}