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=4427&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: 1762229675,
    nonceStr: 'J3k7fOMvIb5uit9i',
    signature: '1f594de47639847ebc92f916bd77979efa4c3c2e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u5ba3\u8bb2","smalltext":"\u4e3a\u6df1\u5165\u5f00\u5c55\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u6d3b\u52a8\uff0c\u5168\u9762\u63d0\u9ad8\u5168\u9662\u515a\u5458\u5e72\u90e8\u653f\u6cbb\u7d20\u8d28\u548c\u515a\u6027\u4fee\u517b\uff0c\u4fc3\u8fdb\u515a\u5458\u5e72\u90e8\u505a\u5230\u5b66\u53f2\u660e\u7406\u3001\u5b66\u53f2\u589e\u4fe1\u3001\u5b66\u53f2\u5d07\u5fb7\u3001\u5b66\u53f2\u529b\u884c\uff0c6\u670823\u65e5\u4e0b\u5348\uff0c\u829d\u7f58\u533a\u536b\u5065\u5c40\u515a\u7ec4\u6210\u5458\u3001\u526f\u5c40\u957f\u5b59","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4427"};
      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 () { 
          }
      });
  });
}