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=3049&classid=12&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: 1762228938,
    nonceStr: 'vn5sFXylyx8SLGtM',
    signature: '5646490acea48a0eebf196790992925a25cf55b2',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ecd\u5174\u5e02\u4eba\u6c11\u533b\u9662\u90ed\u822a\u8fdc\uff1a\u4ee5\u6587\u5316\u4eba\uff0c\u690d\u6728\u6210\u6797","smalltext":"72\u5e74\u524d\uff0c\u5efa\u7b51\u5927\u5e08\u6881\u601d\u6210\u6559\u6388\u66fe\u9884\u8a00\uff0c\u201c\u6587\u7406\u5206\u5bb6\u201d\u201c\u91cd\u7406\u8f7b\u6587\u201d\u5fc5\u5c06\u5bfc\u81f4\u4eba\u7684\u7247\u9762\u6027\u53d1\u5c55\u95ee\u9898\uff0c\u4f1a\u51fa\u73b0\u6587\u5316\u5e95\u8574\u6d45\u3001\u77e5\u8bc6\u8986\u76d6\u9762\u5c40\u9650\u3001\u5fc3\u7406\u8c03\u8bd5\u80fd\u529b\u8f83\u5dee\u3001\u534f\u4f5c\u7cbe\u795e\u76f8\u5bf9\u6b20\u7f3a\u3001\u8bed\u8a00\u6587\u5b57\u529f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3049"};
      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 () { 
          }
      });
  });
}