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=3679&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: 1762265992,
    nonceStr: 'V8WN9VbPbEazXIlE',
    signature: 'fd16c6aeff73e96aa42dd9cd49456e9e08e8926e',
    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\u81f4\u656c\u6559\u5e08 \u4e2d\u533b\u8fdb\u6821\u56ed\u9001\u4e0a\u5065\u5eb7\u793c\u5305","smalltext":"\u201c\u8001\u5e08\u4eec\uff0c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff0c\u795d\u4f60\u4eec\u8282\u65e5\u5feb\u4e50\u201d\u2026\u2026\u57289\u670810\u65e5\u6559\u5e08\u8282\u4e0b\u5348\uff0c\u82cf\u5dde\u767e\u4e2a\u91cd\u70b9\u5fd7\u613f\u670d\u52a1\u9879\u76ee\u2014\u2014\u201c\u2018\u767e\u8349\u5343\u4eba\u8ba1\u5212\u2019\u4e2d\u533b\u836f\u79d1\u666e\u5341\u8fdb\u201d\u5fd7\u613f\u670d\u52a1\u961f\u6765\u5230\u82cf\u5dde\u79d1\u6280\u57ce\u5b9e\u9a8c\u5c0f\u5b66\u6821\uff08\u5929\u4f51\u6821","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3679"};
      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 () { 
          }
      });
  });
}