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=5601&classid=24&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: 1762228982,
    nonceStr: 'KQ9XDioBHXhSn6Y6',
    signature: '9a8b13cef69467eddd1bb4b8a7b813935274bc02',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202305\/e7eea7af2af507468dcc0928d84e99f7.jpg","title":"\u8de8\u8d8a\u5c71\u6d77 \u5954\u8d74\u70ed\u7231\u4e282023\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5728\u84c9\u5706\u6ee1\u793c\u6210","smalltext":"\u201c\u4e2d\u56fd\u5386\u53f2\u5f88\u60a0\u957f\uff0c\u4e2d\u533b\u6587\u5316\u8fdc\u540d\u626c\u3002\u201d\u201c\u6211\u4eec\u4f17\u5fd7\u6210\u57ce\uff0c\u6211\u4eec\u7ec8\u5c06\u80dc\u5229\uff0c\u6211\u4eec\u6bcf\u5929\u5728\u8fd9\u91cc\u5954\u8dd1\uff0c\u4e0e\u75c5\u9b54\u62a2\u8d62\u65f6\u95f4\u3002\u201d......5\u670818\u201420\u65e5\uff0c\u7531\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u3001\u5317\u4eac\u4e2d\u6b27\u56fd\u9645\u533b\u9662\u7ba1\u7406\u6280\u672f\u7814","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=5601"};
      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 () { 
          }
      });
  });
}