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=3776&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: 1762249389,
    nonceStr: 'axCZCMs3Wy2UKYrV',
    signature: 'eceee3d54237c18546a385a669084db4fd1ace2c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u6162\u75c5\u9632\u6cbb\u201c\u5de1\u56de\u8bb2\u5802\u201d\u53d7\u6b22\u8fce","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u63d0\u9ad8\u6162\u6027\u75c5\u9632\u6cbb\u6c34\u5e73\u548c\u670d\u52a1\u80fd\u529b\uff0c\u505a\u597d\u7cd6\u5c3f\u75c5\u3001\u9ad8\u8840\u538b\u7b49\u6162\u75c5\u9632\u6cbb\u5de5\u4f5c\uff0c\u4f5c\u4e3a\u90a2\u53f0\u5e02\u7cd6\u5c3f\u75c5\u4e13\u79d1\u8054\u76df\u3001\u5065\u5eb7\u90a2\u53f0\u7cd6\u5c3f\u75c5\u9632\u6cbb\u884c\u52a8\u7ec4\u7275\u5934\u5355\u4f4d\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u79ef\u6781\u627f\u529e\u90a2\u53f0\u5e02\u536b\u5065\u59d4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3776"};
      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 () { 
          }
      });
  });
}