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=4213&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: 1762228988,
    nonceStr: 'Sfizk2OU1XyaGWBq',
    signature: '79803e5c42a6ae040bf692bed3c59fd36164e2fe',
    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\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u4e3e\u529e\u201c\u8ffd\u5149\u8ba1\u5212\u201d\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u4e13\u9898\u8bb2\u5ea7","smalltext":"3\u670823\u65e5\u4e0b\u5348\uff0c\u534e\u897f\u533b\u9662\u201c\u8ffd\u5149\u8ba1\u5212\u201d\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u4e13\u9898\u8bb2\u5ea7\u7b2c\u4e00\u8bb2\u5728\u539a\u5fb7\u697c\uff08\u4e34\u5e8a\u6559\u5b66\u697c\uff09\u591a\u529f\u80fd\u5385\u4e3e\u884c\uff0c\u8457\u540d\u515a\u53f2\u3001\u519b\u53f2\u4e13\u5bb6\uff0c\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u5386\u53f2\u7cfb\u6559\u6388\u5218\u7edf\u5e94\u9080\u8bb2\u6388\u300a\u706b\u79cd\u2014\u2014\u5bfb\u627e\u4e2d\u56fd\u7684\u590d\u5174\u4e4b\u8def\u300b\u3002\u9662\u515a\u59d4\u4e66\u8bb0\u5f20\u4f1f\u4e3b\u6301\u6d3b\u52a8\uff0c\u5168\u9662\u7ea6420\u540d\u515a\u5458\u9884\u7ea6\u53c2\u52a0\u6d3b\u52a8\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4213"};
      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 () { 
          }
      });
  });
}