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=3547&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: 1762266010,
    nonceStr: 'YL6LFhkDnfpVofGb',
    signature: '5e76361227c831a0744eeebe1bc70946a64588f1',
    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\u98ce\u597d\u6b63\u662f\u626c\u5e06\u65f6\u2014\u2014\u8bb0\u53d1\u5c55\u4e2d\u7684\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u9aa8\u79d1","smalltext":"\u826f\u597d\u7684\u4eba\u6587\u73af\u5883\u9700\u8981\u6bcf\u4e00\u4f4d\u533b\u52a1\u4eba\u5458\u7528\u79ef\u6781\u7684\u4eba\u751f\u6001\u5ea6\uff0c\u660e\u786e\u7684\u793e\u4f1a\u8d23\u4efb\u611f\uff0c\u4e0e\u4eba\u4e3a\u5584\u3001\u56e2\u7ed3\u534f\u4f5c\u7684\u5904\u4e16\u6001\u5ea6\u548c\u52c7\u4e8e\u62fc\u640f\u3001\u5f00\u62d3\u521b\u65b0\u7684\u594b\u6597\u7cbe\u795e\u6765\u5171\u540c\u5efa\u8bbe\u3002\u800c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u9aa8\u79d1\u5168\u4f53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3547"};
      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 () { 
          }
      });
  });
}