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=3706&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: 1762265918,
    nonceStr: 'Ljyl0dLGeLhOofFF',
    signature: 'c65b8ee22cb95dad77ff93727e1097e58ae557d6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a \u201c\u75db\u5e76\u5feb\u4e50\u201d\u7684\u897f\u884c\u8bb0","smalltext":"9\u670814\u65e5\uff0c\u4e3a\u671f\u4e00\u5468\u7684\u5609\u5b9a\u533a\u5de1\u56de\u533b\u7597\u961f\u6df1\u5165\u4e91\u5357\u7701\u8fea\u5e86\u5dde\u5fb7\u94a6\u53bf\u5f00\u5c55\u533b\u7597\u5e2e\u6276\u5de5\u4f5c\u5706\u6ee1\u5b8c\u6210\u3002\u771f\u60c5\u6276\u8d2b\uff0c\u503e\u56ca\u76f8\u6388\u7684\u5e2e\u6276\u5de5\u4f5c\u5f97\u5230\u4e86\u5f53\u5730\u533b\u52a1\u4eba\u5458\u548c\u767e\u59d3\u7684\u6b22\u8fce\u4e0e\u597d\u8bc4\u3002\u4f5c\u4e3a\u533b\u7597\u961f\u5458\u4e4b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3706"};
      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 () { 
          }
      });
  });
}