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=4062&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: 1762229935,
    nonceStr: 'tochvhJERxPpTZYl',
    signature: 'c99efd2bf0d666931a43eaa8b40d0eca2ca1c74d',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5409\u6797\u7701\u7ed3\u6838\u75c5\u533b\u9662:\u5927\u5e74\u591c\uff0c\u674e\u963f\u59e8\u7684\u4e09\u4e2a\u201c\u6ca1\u60f3\u5230\u201d","smalltext":"\u201c\u8fc7\u5e74\u597d\uff0c\u8fc7\u5e74\u597d\u554a\uff0c\u6ca1\u60f3\u5230\u533b\u9662\u8fd9\u4e48\u8d34\u5fc3\u54df \uff01\u6211\u548c\u8001\u4f34\u5934\u4e00\u6b21\u5728\u533b\u9662\u8fc7\u5e74\uff0c\u533b\u9662\u4e0d\u4ec5\u6709\u514d\u8d39\u7684\u997a\u5b50\uff0c\u8fd8\u6709\u6c34\u679c\u3001\u82b1\u751f\u3001\u74dc\u5b50\u3001\u7cd6\u5462\uff0c\u548c\u6211\u5e73\u65f6\u5728\u5bb6\u51c6\u5907\u7684\u5dee\u4e0d\u591a\uff1b\u6211\u4e5f\u6ca1\u60f3\u5230\uff0c\u6211\u4e0d\u4f46\u5403\u4e0a\u4e86\u997a\u5b50\uff0c\u8fd9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4062"};
      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 () { 
          }
      });
  });
}