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=3956&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: 1762249393,
    nonceStr: 'CgWxlIkWHNohuzg7',
    signature: 'b3fccbb9bf7febfeb6acf1544a3a8f7a6c9bb32f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u6297\u75ab\u6211\u4eec\u5728\u884c\u52a8","smalltext":"\u5165\u51ac\u4ee5\u6765\uff0c\u56fd\u5185\u591a\u5730\u51fa\u73b0\u672c\u571f\u65b0\u51a0\u786e\u8bca\u75c5\u4f8b\uff0c\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u4e25\u5cfb\u590d\u6742\u3002\u5b88\u571f\u6709\u8d23\u3001\u5b88\u571f\u62c5\u8d23\u3001\u5b88\u571f\u5c3d\u8d23\uff0c\u4f5c\u4e3a\u57fa\u5c42\u533b\u7597\u673a\u6784\u6211\u9662\u4e25\u683c\u6309\u7167\u4e0a\u7ea7\u8981\u6c42\u90e8\u7f72\uff0c\u843d\u5b9e\u843d\u7ec6\u5e38\u6001\u5316\u7ba1\u63a7\u63aa\u65bd\u3002\u6839\u636e\u4e0a\u7ea7\u5de5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3956"};
      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 () { 
          }
      });
  });
}