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=3622&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: 1762265914,
    nonceStr: 'co1grTVXbzIcWO6N',
    signature: 'eb0b06905bcf49417f6853f13dfd5fb1226525a6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u4fbf\u6377\u5f0f\u75c5\u5458\u670d  \u8ba9\u60a3\u8005\u66f4\u4fbf\u6377","smalltext":"   \u5728\u533b\u9662\u795e\u7ecf\u5185\u79d1\uff0c\u6211\u4eec\u770b\u89c1\u7684\u4f4f\u9662\u60a3\u8005\u51e0\u4e4e\u90fd\u662f\u795e\u5fd7\u4e0d\u6e05\u7684\uff0c\u66f4\u591a\u7684\u662f\u4e00\u4e9b\u8001\u5e74\u60a3\u8005\uff0c\u5176\u4e2d\u6709\u5e38\u5e74\u5367\u5e8a\u7684\uff0c\u6709\u884c\u52a8\u4e0d\u4fbf\u7684\uff0c\u751a\u81f3\u8fd8\u6709\u8001\u5e74\u75f4\u5446\u7684\u2026\u2026\u9762\u5bf9\u8fd9\u79cd\u60c5\u51b5\uff0c\u65e0\u7591\u7ed9\u62a4\u7406\u56e2\u961f\u4e86\u63d0\u51fa\u4e86\u66f4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3622"};
      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 () { 
          }
      });
  });
}