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=3988&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: 1762249393,
    nonceStr: '8NtRnwL7eUPCY3qC',
    signature: 'd524127474cb0719a3e668994b3fada153692e01',
    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\u533b\u9662\uff1a\u5bd2\u51b7\u51ac\u65e5 \u60c5\u6696\u4eba\u5fc3","smalltext":"\u6d93\u6d93\u7ec6\u6d41\uff0c\u6c47\u6210\u5927\u6d77\uff0c\u70b9\u70b9\u661f\u5149\uff0c\u7167\u4eae\u94f6\u6cb3\u3002\u533b\u52a1\u5de5\u4f5c\u8005\u5c31\u50cf\u662f\u533b\u9662\u7684\u5fae\u5149\u70b9\u70b9\uff0c\u4e0d\u65ad\u7528\u81ea\u8eab\u7684\u70ed\u91cf\u53bb\u6e29\u6696\u7167\u4eae\u60a3\u8005\u8106\u5f31\u65e0\u52a9\u7684\u5fc3\u7075\uff0c\u4f7f\u5176\u6446\u8131\u75c5\u75db\uff0c\u91cd\u83b7\u5e0c\u671b\u3002    \u4f5c\u4e3a\u62a4\u7406\u4eba\u5458\uff0c\u6211\u4eec\u6bcf\u5929\u6253\u9488\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3988"};
      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 () { 
          }
      });
  });
}