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=1099&classid=4&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: 1761911502,
    nonceStr: 'fsXmFFcXAKvx79tO',
    signature: '3cc08ca5caa37393f37055525195f12f854dd1da',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u513f\u7ae5\u533b\u9662\u738b\u741b\uff1a\u201c\u5927\u5bb6\u201d\u6587\u5316","smalltext":"\u6b66\u6c49\u513f\u7ae5\u533b\u9662\u59cb\u5efa\u4e8e1954\u5e74\uff0c2003\u5e74\u4e0e\u6b66\u6c49\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u8fdb\u884c\u8d44\u6e90\u6574\u5408\uff0c\u6210\u4e3a\u6b66\u6c49\u5e02\u552f\u4e00\u4e00\u5bb6\u96c6\u5987\u5973\u513f\u7ae5\u533b\u7597\u3001\u4fdd\u5065\u804c\u80fd\u4e8e\u4e00\u4f53\u7684\u7efc\u5408\u6027\u4e09\u7ea7\u7532\u7b49\u533b\u7597\u673a\u6784\uff0c\u662f\u534e\u4e2d\u5730\u533a\u6700\u5927\u7684\u513f\u7ae5\u4e13\u79d1\u533b\u9662","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1099"};
      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 () { 
          }
      });
  });
}