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=3832&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: 1762265419,
    nonceStr: 'w4YoiWd4RkVGpxTW',
    signature: '1fd1bd63647f8b1894be7df8f028c49a818c8595',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a  \u201c\u5544\u6728\u9e1f\u201d\u52a9\u529b\u63d0\u5347\u60a3\u8005\u611f\u53d7\u5ea6","smalltext":"\u6df1\u5165\u5b66\u4e60\u8d2f\u5f7b\u515a\u7684\u5341\u4e5d\u5c4a\u4e94\u4e2d\u5168\u4f1a\u7cbe\u795e, \u4e3a\u5b9e\u73b0\u201c\u5341\u56db\u4e94\u201d\u7684\u826f\u597d\u5f00\u5c40\u6ce8\u5165\u9752\u6625\u6d3b\u529b\uff0c\u8fd1\u65e5\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u56e2\u59d4\u7ec4\u7ec750\u4f59\u540d\u65b0\u5165\u533b\u52a1\u9752\u5e74\u5f00\u5c55\u4e86\u201c\u5b66\u5168\u4f1a\u7406\u8bba\uff0c\u8df5\u5168\u4f1a\u7cbe\u795e\u201d\u4e3b\u9898\u56e2\u65e5\u6d3b\u52a8","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3832"};
      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 () { 
          }
      });
  });
}