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=3719&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: 1762265984,
    nonceStr: 'NGmOiWO26lerPZ54',
    signature: 'b40689c4808e783a69d05dadfa5bb13a90dd9f4d',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662:\u5e7c\u513f\u8bfb\u4e66\u89d2\uff0c\u8ba9\u8f93\u6db2\u7684\u5b69\u5b50\u4e0d\u5bc2\u5bde","smalltext":"\u201c\u4e07\u822c\u7686\u4e0b\u54c1\uff0c\u552f\u6709\u8bfb\u4e66\u9ad8\u201d\u3002\u4e3a\u521b\u5efa\u201c\u4e66\u9999\u6566\u5316-\u4e66\u9999\u533b\u9662\u201d\uff0c\u4e2d\u533b\u9662\u7ee7\u95e8\u8bca\u5927\u5385\u8bbe\u7acb\u8bfb\u4e66\u89d2\u540e\uff0c\u6ce8\u5c04\u5ba4\u7684\u59d0\u59b9\u4eec\u53c8\u81ea\u53d1\u5efa\u7acb\u201c\u8bfb\u4e66\u89d2\u201d\uff0c\u6ce8\u5c04\u5ba4\u7684\u8bfb\u4e66\u89d2\u4e66\u67b6\u5185\u4e3b\u8981\u662f\u4e00\u4e9b\u513f\u7ae5\u8bfb\u7269\u548c\u300a\u4e09\u5b57\u7ecf\u300b\u3001\u300a\u5f1f\u5b50\u89c4\u300b\u7b49\u56fd\u5b66\u8bfb\u672c\u3002\u6ce8\u5c04\u5ba4\u8bfb\u4e66\u89d2\u7684\u8bbe\u7acb\u53d7\u5230\u60a3\u513f\u548c\u60a3\u513f\u5bb6\u957f\u7684\u6b22\u8fce\uff0c\u5728\u5b69\u5b50\u6253\u9488\u4e4b\u4f59\uff0c\u966a\u4f34\u7684\u7236\u6bcd\u6216\u957f\u8f88\u653e\u4e0b\u624b\u673a\uff0c\u4ece\u5b69\u5b50\u624b\u91cc\u63a5\u8fc7\u4e66\u672c\uff0c\u5b69\u5b50\u504e\u5728\u957f\u8f88\u819d\u4e0a\uff0c\u559c\u6ecb\u6ecb\u5730\u542c\u7740\uff0c\u5ffd\u95ea\u5ffd\u95ea\u7684\u5927\u773c\u775b\u91cc\u5168\u662f\u667a\u6167\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3719"};
      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 () { 
          }
      });
  });
}