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=4489&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: 1762233732,
    nonceStr: 'VmoBaglI9h3G9mBI',
    signature: 'c6509fdb28373d77fb61f94636c7594ead711eff',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u7231\u51fa\u8005\u7231\u8fd4\uff0c\u798f\u5f80\u8005\u798f\u6765","smalltext":"\u5386\u7ecf\u4e24\u4e2a\u534a\u6708\u7e41\u5fd9\u800c\u7cbe\u7ec6\u7684\u7b79\u5efa\uff0c\u7531\u5c71\u4e1c\u63f4\u5efa\u3001\u5a01\u6d77\u5e02\u7ea2\u5341\u5b57\u4f1a\u6350\u5efa\u7684\u9752\u6d77\u7701\u95e8\u6e90\u53bf\u5065\u5171\u4f53\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u5efa\u8bbe\u5b8c\u6210\u5e76\u987a\u5229\u901a\u8fc7\u9752\u6d77\u7701\u8840\u6db2\u51c0\u5316\u8d28\u63a7\u4e2d\u5fc3\u7684\u6267\u4e1a\u9a8c\u6536\uff0c7\u67086\u65e5\u5f00\u59cb\u8bd5\u8fd0\u8425\u3002\u95e8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4489"};
      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 () { 
          }
      });
  });
}