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=3926&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: 1762249391,
    nonceStr: 'BvCk2R0R1kLBdC3G',
    signature: 'defe52880af37d7f37701e6aab0fd117c2c1c735',
    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\u4e09\u540d\u9a70\u63f4\u6b66\u6c49\u82f1\u96c4\u8363\u83b7\u5ef6\u8fb9\u5dde\u4e09\u516b\u7ea2\u65d7\u624b\u6807\u5175\u8363\u8a89\u79f0\u53f7","smalltext":"2020\u5168\u5dde\u6d8c\u73b0\u51fa\u4e00\u6279\u4e3a\u5ef6\u8fb9\u7ecf\u6d4e\u793e\u4f1a\u53d1\u5c55\uff0c\u7279\u522b\u662f\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u4f5c\u51fa\u7a81\u51fa\u8d21\u732e\u7684\u5148\u8fdb\u96c6\u4f53\u548c\u5148\u8fdb\u4e2a\u4eba\u3002\u4e3a\u5ba3\u4f20\u8868\u626c\u4f18\u79c0\u5973\u6027\u548c\u96c6\u4f53\u7684\u5148\u8fdb\u4e8b\u8ff9\uff0c\u4ee5\u699c\u6837\u529b\u91cf\u5f15\u9886\u6fc0\u52b1\u5168\u5dde\u5e7f\u5927\u5987\u5973\u5728\u63a8\u52a8\u5ef6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3926"};
      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 () { 
          }
      });
  });
}