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=4161&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: 1762228994,
    nonceStr: '07eobMvJoyoNnagR',
    signature: '0f79375ac69386ae4d4c4cb8f38aa763fdadff86',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u533b\u9662\u7684\u5f00\u5fc3\u519c\u573a\u5f00\u64ad\u4e86","smalltext":"\u60ca\u86f0\u5230\u6625\u98ce\u7b11\u6843\u7ea2\u67f3\u7eff\u8349\u4ea6\u4fcf\u4e07\u7269\u590d\u82cf\u9633\u5149\u56b7\u82b1\u5f00\u6696\u8272\u60f9\u4eba\u4eab\u751f\u673a\u76ce\u7136\u597d\u65f6\u5149 \u60f3\u5728\u95f2\u6687\u65f6\u548c\u5bb6\u4eba\u670b\u53cb\u4f53\u9a8c\u52b3\u52a8\u7684\u5feb\u4e50\uff0c\u6536\u83b7\u5feb\u4e50\uff0c\u5065\u5eb7\u548c\u548c\u8c10\u5417\uff1f\u60f3\u8ba9\u81ea\u5df1\u7684\u5b69\u5b50\u5728\u519c\u573a\u4f53\u9a8c\u8fc7\u7a0b\u4e2d\u5f97\u5230\u953b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4161"};
      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 () { 
          }
      });
  });
}