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=4021&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: 1762229931,
    nonceStr: 'f3eu01ttEvNodMYJ',
    signature: '55af1cbdfd8146a716158526e33a85e5c847f2b1',
    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\uff1a\u5b8c\u6210\u56fd\u9645\u9996\u4f8b\u8179\u8154\u955c\u7ecf\u7ed3\u80a0\u4e0b\u533a\u539f\u4f4d\u80f0\u5341\u4e8c\u6307\u80a0\u5207\u9664\u8054\u5408\u95e8\u9759\u8109\u5207\u9664\u7684\u80f0\u5934\u764c\u6839\u6cbb\u672f","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u80f0\u817a\u5916\u79d1\u5218\u7eed\u5b9d\u6559\u6388\u53ca\u67ef\u80fd\u6587\u526f\u6559\u6388\u56e2\u961f\u5b8c\u6210\u4e86\u56fd\u9645\u9996\u4f8b\u8179\u8154\u955c\u7ecf\u7ed3\u80a0\u4e0b\u533a\u539f\u4f4d\u80f0\u5341\u4e8c\u6307\u80a0\u5207\u9664\u8054\u5408\u95e8\u9759\u8109\u5207\u9664\u7684\u80f0\u5934\u764c\u6839\u6cbb\u672f\u3002\u8be5\u624b\u672f\u7531\u56e2\u961f\u4e2d\u67ef\u80fd\u6587\u526f\u6559\u6388\u4e3b\u5200\uff0c\u5386\u65f66\u5c0f\u65f6\uff0c\u60a3\u8005\u672f\u540e\u6062\u590d\u987a\u5229\u3002\u7ecf\u6587\u732e\u68c0\u7d22\uff0c\u76ee\u524d\u56fd\u9645\u4e0a\u5c1a\u672a\u89c1\u7c7b\u4f3c\u624b\u672f\u75c5\u4f8b\u62a5\u9053\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4021"};
      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 () { 
          }
      });
  });
}