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=4770&classid=11&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: 1761868263,
    nonceStr: 'vi5e0T3pWOBGTrF8',
    signature: '3114fd7665b072d76139f6e004fe9ac6c7dee19d',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662-\u4e00\u7ad9\u5f0f\u670d\u52a1\u4e2d\u5fc3\u8ba9\u60a3\u8005\u5c11\u8dd1\u8def","smalltext":"\u5d2d\u65b0\u7684\u670d\u52a1\u53f0\u3001\u70ed\u5fc3\u7684\u670d\u52a1\u3001\u8010\u5fc3\u7684\u653f\u7b56\u8bb2\u89e3\u3001\u7ec6\u5fc3\u7684\u5165\u9662\u5bfc\u8bca\u2026\u2026\u4e3a\u6574\u5408\u3001\u5145\u5b9e\u5404\u9879\u670d\u52a1\u63aa\u65bd\uff0c\u7b80\u5316\u60a3\u8005\u529e\u4e8b\u3001\u5c31\u533b\u6d41\u7a0b\uff0c\u5b8c\u5584\u95e8\u8bca\u670d\u52a1\u529f\u80fd\uff0c\u63d0\u5347\u533b\u9662\u54c1\u8d28\uff0c\u63d0\u9ad8\u60a3\u8005\u6ee1\u610f\u5ea6\u3002\u6839\u636e\u300a\u56fd\u5bb6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4770"};
      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 () { 
          }
      });
  });
}