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=577&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: 1762229438,
    nonceStr: '5ASC1GrIwed6W4Ie',
    signature: '15260feb77951fc5111ced1333fd677ceeeba625',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u661f\u57fa\u91d1\u4f1a\uff1a\u4e61\u6751\u533b\u751f\u5065\u5eb7\u6276\u8d2b\uff0c\u4e2d\u6d41\u51fb\u6c34\uff0c\u594b\u696b\u8005\u8fdb","smalltext":"\u201c\u9879\u76ee\u5df2\u8986\u76d649\u4e2a\u56fd\u5bb6\u7ea7\u8d2b\u56f0\u53bf\u30014083\u4e2a\u884c\u653f\u6751\u536b\u751f\u5ba4\u300110742\u540d\u4e61\u6751\u533b\u751f\uff0c\u60e0\u53ca200\u4e07\u6237\u8d2b\u56f0\u5bb6\u5ead\u3001\u5efa\u6863\u7acb\u5361303428\u6237\u3001\u8d2b\u56f0\u4eba\u53e31114480\u4eba\u3002\u201d6\u67084\u65e5\uff0c\u5728\u8d35\u5dde\u7701\u6b63\u5b89\u53bf\u536b\u751f\u5065\u5eb7\u5c40\u4e3e\u884c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=577"};
      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 () { 
          }
      });
  });
}