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=3657&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: 1762265993,
    nonceStr: 'vvP2ZKouU5MdisxJ',
    signature: '23f3c019c7d961a17df8591a2decc4e17fef8866',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u542c\u529b\u4e0e\u8a00\u8bed\u5eb7\u590d\u7cfb \uff1a\u9ed1\u6697\u4e2d\u6c38\u8fdc\u7684\u5149\u4eae","smalltext":"\u6211\u5c5e\u9f20\uff0c\u4eca\u5e7448\uff0c\u672c\u547d\u5e74\uff0c\u5374\u9047\u89c1\u4e86\u597d\u4e8b\u6210\u53cc\uff0110\u5929\u524d\uff0c\u5237\u51ed\u5237\u5230\u624b\u8f6f\uff0c\u7ec8\u4e8e\u5728\u624b\u673a\u201c\u56db\u5ddd\u7701\u6559\u80b2\u8003\u8bd5\u9662\u5fae\u4fe1\u5e73\u53f0\u201d\u4e0a\u5237\u5230\u6211\u7684\u5b69\u5b50\u672c\u4e00\u6279\u5b66\u533b\u7684\u5f55\u53d6\u6d88\u606f\u4e4b\u9645\uff0c\u4e0e\u6211\u5b69\u5b50\u540c\u9f84\u7684\u53e6\u5916\u4e24\u4e2a\u5b69\u5b50\u7684\u559c\u8baf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3657"};
      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 () { 
          }
      });
  });
}