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=3893&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: 1762249392,
    nonceStr: 'TcSt3XFisflmxFdd',
    signature: '8abbe76d87a6a27cb0afc9a361732138b7fe9cce',
    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\u7231\u5fc3\u63a5\u529b \u60c5\u6696\u4eba\u5fc3","smalltext":"\u4e3a\u611f\u8c22\u533b\u9662\u5fd7\u613f\u8005\u4ed8\u51fa\u7684\u8f9b\u52e4\u52b3\u52a8\uff0c12\u670829\u65e5\u4e0a\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5de5\u4f1a\u5c06\u201c\u8d44\u751f\u5802\u7231\u5fc3\u63a5\u529b\u2014\u2014\u5173\u7231\u5973\u6027\u7231\u5fc3\u57fa\u91d1\u201d\u6350\u8d60\u768435\u4efd\u5927\u793c\u5305\u5168\u90e8\u9001\u5230\u7b2c\u4e94\u5c4a\u201c\u6700\u7f8e\u5fd7\u613f\u8005\u201d\u3001\u201c\u5341\u4f73\u5fd7\u613f\u8005\u201d\u548c\u201c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3893"};
      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 () { 
          }
      });
  });
}