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=3770&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: 1762249411,
    nonceStr: 'oTOWMKwc6Ouwbymq',
    signature: 'fa6fc900b8098f502d80d7fed142805810e93203',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5979\u8fd9\u6837\u7167\u987e82\u5c81\u9ad8\u9f84\u7684\u7279\u6b8a\u60a3\u8005","smalltext":"2020\u5e74\u5bf9\u4e8e\u6240\u6709\u4eba\u800c\u8a00\u90fd\u662f\u4e0d\u5e73\u51e1\u7684\u4e00\u5e74\uff0c\u533b\u52a1\u5de5\u4f5c\u8005\u627f\u62c5\u7740\u7597\u533a\u5927\u91cf\u60a3\u8005\u7684\u8bca\u6cbb\u5de5\u4f5c\u548c\u75ab\u60c5\u7684\u9632\u63a7\u5de5\u4f5c\uff0c\u4ee5\u786e\u4fdd\u60a3\u8005\u53ca\u5bb6\u5c5e\u7684\u751f\u547d\u5065\u5eb7\u5b89\u5168\u30022020\u5e74\u4e0a\u534a\u5e74\u6b63\u662f\u75ab\u60c5\u5168\u56fd\u7206\u53d1\u7684\u4e25\u91cd\u65f6\u671f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3770"};
      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 () { 
          }
      });
  });
}