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=729&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: 1762265920,
    nonceStr: 'y7CvZnChOLq5CXI1',
    signature: '9ab67fe6483c3d6968f9f43f9241916081be5da3',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u8fdc\u7a0b\u4f1a\u8bca\u5343\u91cc\u9001\u533b  \u626c\u5dde\u4e13\u5bb6\u548c\u63f4\u9655\u533b\u7597\u961f\u201c\u9694\u7a7a\u76f8\u89c1\u201d","smalltext":"7\u67085\u65e5\uff0c\u501f\u52a9\u8fdc\u7a0b\u4f1a\u8bca\u5e73\u53f0\uff0c\u6c5f\u82cf\u626c\u5dde\u3001\u9655\u897f\u52c9\u53bf\u4e24\u5730\u533b\u751f\u5728\u5343\u91cc\u4e4b\u5916\u9694\u7a7a\u76f8\u89c1\uff0c\u201c\u9762\u5bf9\u9762\u201d\u4e3a\u52c9\u53bf\u533b\u9662\u7684\u4e00\u540d87\u5c81\u80a0\u7cfb\u819c\u52a8\u8109\u8840\u6813\u7684\u9ad8\u9f84\u60a3\u8005\u5171\u5546\u8bca\u7597\u65b9\u6848\u3002\u4e0a\u5348\uff0c\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u666e\u5916\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=729"};
      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 () { 
          }
      });
  });
}