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=3987&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: 1762249390,
    nonceStr: '9wQD81qaFZkzzI3h',
    signature: 'cf00c477c576e14ca20c28df6f80e851bdad06fa',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662:\u63f4\u5180\u6297\u75ab\u8fd4\u6e58\u540e\uff0c90\u540e\u59d1\u5a18\u76f4\u8a00\u66f4\u591a\u662f\u5b66\u4e60\u548c\u6210\u957f","smalltext":"1\u670828\u65e5\uff0c\u5728\u5706\u6ee1\u5b8c\u6210\u534f\u52a9\u6cb3\u5317\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u4efb\u52a1\u540e\uff0c\u6e56\u5357\u75be\u63a723\u540d\u63f4\u5180\u6d41\u884c\u75c5\u5b66\u8c03\u67e5\u961f\u961f\u5458\u4ece\u77f3\u5bb6\u5e84\u4e58\u5750\u9ad8\u94c1\u8fd4\u56de\u957f\u6c99\u3002\u8fd9\u6279\u8fd4\u6e58\u961f\u5458\u4e2d\uff0c\u5c31\u5305\u62ec\u6765\u81ea\u6e56\u5357\u7701\u80f8\u79d1\u533b\u9662\u768490\u540e\u5973\u5b69\u2014\u2014","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3987"};
      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 () { 
          }
      });
  });
}