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=3990&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: 1762249402,
    nonceStr: 'eSc1aAaoACTA7fl3',
    signature: '173213f31ce70749ee963b9f0fe460ecc0c0d179',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5c81\u672b\u5e74\u5173\u9001\u6e29\u6696 \u7cbe\u51c6\u6276\u8d2b\u663e\u5173\u6000","smalltext":"\u544a\u522b\u591a\u65e5\u7684\u5bd2\u98ce\u51b7\u96e8\uff0c\u8e0f\u7740\u4e45\u8fdd\u7684\u51ac\u65e5\u6696\u9633\uff0c2\u67081\u65e5\u4e0b\u5348\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u59da\u6d77\u6cc9\uff0c\u515a\u59d4\u526f\u4e66\u8bb0\u5434\u5ddd\u7ae0\uff0c\u515a\u59d4\u59d4\u5458\u3001\u7eaa\u59d4\u4e66\u8bb0\u4e01\u660e\u4e00\u884c\u6765\u5230\u9648\u6cb3\u9547\u5f20\u5480\u6751\u3001\u5317\u8857\u6751\u8fdb\u6751\u5165\u6237\u8d70\u8bbf\u6170\u95ee\u8d2b\u56f0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3990"};
      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 () { 
          }
      });
  });
}