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=3109&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: 1762241409,
    nonceStr: 'LcFPYDKkp4u3alAj',
    signature: 'da74e1be6d35744e31f0c6a76d4979b72b67831b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u5fae\u7535\u5f71\u300a\u5f52\u96f6\u300b","smalltext":"\u5982\u679c\u628a\u5065\u5eb7\u770b\u505a\u662f\u201c1\u201d\uff0c\u628a\u6210\u529f\u3001\u5e78\u798f\u7b49\u4eba\u751f\u6210\u5c31\u770b\u4f5c\u8ddf\u5728\u201c1\u201d\u540e\u9762\u7684\u201c0\u201d\u3002\u5f53\u4f60\u62e5\u6709\u201c1\u201d\u65f6\uff0c\u201c0\u201d\u8d8a\u591a\u610f\u5473\u7740\u4f60\u7684\u6210\u5c31\u8d8a\u591a\u3002\u5982\u679c\u201c1\u201d\u4e0d\u5b58\u5728\uff0c\u5176\u5b83\u4e5f\u5c31\u5931\u53bb\u4e86\u610f\u4e49\u3002\u6211\u9662\u4ee5\u6b64\u5065\u5eb7\u7406\u5ff5\u4e3a\u4e3b\u9898\u521b\u4f5c\u4e86\u5fae\u7535\u5f71\u300a\u5f52\u96f6\u300b\uff0c\u8363\u83b7\u4e86\u957f\u6cbb\u5e02\u7b2c\u4e09\u5c4a\u536b\u751f\u5065\u5eb7\u5fae\u7535\u5f71\u5927\u8d5b\u4e00\u7b49\u5956\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3109"};
      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 () { 
          }
      });
  });
}