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=5366&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: 1762265903,
    nonceStr: 'GDEP8nqb0CH2meAR',
    signature: '067cc4598ceab93824e29f5763c0b7d12796839b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7231\u5fc3\u4e49\u526a\u8fdb\u75c5\u623f","smalltext":"\u516d\u6708\u7684\u7cbd\u5b50\u9999\u6c14\u98d8\u98d8\uff0c\u767d\u8863\u5929\u4f7f\u7684\u771f\u60c5\u5145\u6ee1\u75c5\u623f\u3002\u7aef\u5348\u8282\u671f\u95f4\uff0c\u4f4f\u9662\u5728\u795e\u5185\u5185\u670d\u5206\u6ccc\u79d1\u7684\u60a3\u8005\u4eec\u7531\u4e8e\u5e74\u7eaa\u5927\uff0c\u884c\u52a8\u4e0d\u4fbf\uff0c\u5df2\u7ecf\u8bb8\u4e45\u6ca1\u6709\u5230\u7406\u53d1\u5e97\u7406\u53d1\u4e86\u3002\u4e3a\u4e86\u8ba9\u60a3\u8005\u4eec\u5728\u533b\u9662\u4e5f\u80fd\u611f\u53d7\u5230\u7231\u4e0e\u5173","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5366"};
      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 () { 
          }
      });
  });
}