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=5336&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: 1762265904,
    nonceStr: 'aA428wQIZhwwGd0c',
    signature: 'e448be17b4d5f64965f8840bf86aaa311bd04642',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a300\u591a\u4f4d\u5bb6\u957f\u8de8\u8d8a21\u7701\u5e02\u8054\u540d\u81f4\u8c22","smalltext":"\u5c81\u6708\u4e00\u8f6c\u8eab\uff0c\u5ffd\u800c\u81f3\u590f\u3002\u201c5\u00b712\u201d\u62a4\u58eb\u8282\u5c1a\u672a\u5230\u6765\uff0c\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u5df2\u9646\u7eed\u6536\u5230\u4e86\u8de8\u7701\u5feb\u9012\u800c\u6765\u76845\u9762\u9526\u65d7\u30014\u5c01\u611f\u8c22\u4fe1\u3002\u5176\u4e2d\u4e00\u5c01\u4fe1\u91cc\u5199\u9053\uff1a\u201c\u6b63\u5f53\u6211\u4eec\u7edd\u671b\u7684\u65f6\u5019\uff0c\u6709\u8fd9\u6837\u4e00\u4e2a\u4eba\uff0c\u6df1\u77e5\u7cd6\u5b9d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5336"};
      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 () { 
          }
      });
  });
}