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=3977&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: 1762248101,
    nonceStr: 'sg2RqqwsKLe5qIz8',
    signature: '8ef7fd4270b54c957b14f10b3ca97b29e876c633',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e0e\u65f6\u95f4\u8d5b\u8dd1\u7684\u65b0\u51a0\u201c\u4fa6\u5bdf\u5175\u201d","smalltext":"\u6625\u8282\u5c06\u81f3\uff0c\u4eba\u5458\u6d41\u52a8\u5267\u589e\uff0c\u805a\u96c6\u6027\u6d3b\u52a8\u589e\u591a\uff0c\u52a0\u5927\u4e86\u6566\u5316\u5e02\u75ab\u60c5\u8f93\u5165\u6027\u4f20\u64ad\u98ce\u9669\u3002\u4e3a\u4fdd\u62a4\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5b89\u5168\uff0c\u6839\u636e\u6566\u5316\u8054\u9632\u8054\u63a7\u90e8\u7f72\u8981\u6c42\u5916\u7701\uff08\u533a\u3001\u5e02\uff09\u53ca\u7701\u5185\u4f4e\u98ce\u9669\u5730\u533a\u5185\u7684\u98ce\u9669\u533a\u57df\u8fd4\uff08\u6765\uff09\u6566\u4eba\u5458","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3977"};
      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 () { 
          }
      });
  });
}